Rtos API example

Embed: (wiki syntax)

« Back to documentation index

ns_address.h File Reference

ns_address.h File Reference

6LowPAN library address format description. More...

Go to the source code of this file.

Data Structures

struct  ns_address
 /struct ns_address_t /brief Struct for the addresses used by the socket interface functions and net_address_get(). More...

Typedefs

typedef enum address_type_t address_type_t
 /enum address_type_t /brief Address types.
typedef struct ns_address ns_address_t
 /struct ns_address_t /brief Struct for the addresses used by the socket interface functions and net_address_get().

Enumerations

enum  address_type_t { ADDRESS_IPV6, ADDRESS_IPV4, ADDRESS_TUN_DRIVER_ID }
 

/enum address_type_t /brief Address types.

More...

Detailed Description

6LowPAN library address format description.

Definition in file ns_address.h.


Typedef Documentation

/enum address_type_t /brief Address types.

typedef struct ns_address ns_address_t

/struct ns_address_t /brief Struct for the addresses used by the socket interface functions and net_address_get().


Enumeration Type Documentation

/enum address_type_t /brief Address types.

Enumerator:
ADDRESS_IPV6 

IPv6 Address type.

Must be used always at socket interface.

ADDRESS_IPV4 

IPv4 Address type.

Must be used always at socket interface.

ADDRESS_TUN_DRIVER_ID 

Local socket address type.

The length is 1 byte (driver ID for packet source).

Definition at line 27 of file ns_address.h.