Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
address.h File Reference
address type definitions. More...
Go to the source code of this file.
Data Structures | |
struct | ns_sockaddr |
Address structure. More... | |
Typedefs | |
typedef uint8_t | address_t [ADDR_SIZE] |
Address field. | |
typedef struct ns_sockaddr | sockaddr_t |
Address structure. | |
Enumerations | |
enum | addrtype_t { ADDR_NONE = 0, ADDR_802_15_4_SHORT = 2, ADDR_802_15_4_LONG = 3, ADDR_IPV6 = 4, ADDR_BROADCAST = 6, ADDR_EUI_48 = 7 } |
Address types. More... | |
Functions | |
uint8_t | addr_check_broadcast (const address_t addr, addrtype_t addr_type) |
Functions provided by address.c. |
Detailed Description
address type definitions.
nanoStack: supported address types and associated data structures.
Definition in file address.h.
Typedef Documentation
typedef struct ns_sockaddr sockaddr_t |
Address structure.
Enumeration Type Documentation
enum addrtype_t |
Address types.
- Enumerator:
Function Documentation
uint8_t addr_check_broadcast | ( | const address_t | addr, |
addrtype_t | addr_type | ||
) |
Generated on Tue Jul 12 2022 15:17:49 by
