Lines Matching full:link
9 * @brief Public API for network link address
24 * @brief Network link address library
25 * @defgroup net_linkaddr Network Link Address Library
32 /** Maximum length of the link address */
44 * Type of the link address. This indicates the network technology that this
50 /** Unknown link address type. */
52 /** IEEE 802.15.4 link address. */
54 /** Bluetooth IPSP link address. */
56 /** Ethernet link address. */
58 /** Dummy link address. Used in testing apps and loopback support. */
60 /** CANBUS link address. */
65 * @brief Hardware link address structure
67 * Used to hold the link address information
81 * @brief Hardware link address structure
83 * Used to hold the link address information. This variant is needed
84 * when we have to store the link layer address.
102 * @brief Compare two link layer addresses.
104 * @param lladdr1 Pointer to a link layer address
105 * @param lladdr2 Pointer to a link layer address
125 * @brief Set the member data of a link layer address storage structure.
127 * @param lladdr_store The link address storage structure to change.
128 * @param new_addr Array of bytes containing the link address.
129 * @param new_len Length of the link address array.