Lines Matching full:address

52 …*   - use the BLE to EUI64 conversation util to create an IPv6 link-local address from the BLE MAC…
97 * convert BT address to EUI64 addr
99 * This method converts a Bluetooth MAC address to an EUI64 address,
103 * @param src BLE MAC address source
130 * convert EUI64 address to Bluetooth MAC addr
132 * This method converts an EUI64 address to a Bluetooth MAC address,
134 * @param dst BLE MAC address destination
146 /** Set an address used for stateful compression.
147 * This expects an address of 6 or 8 bytes.
172 /** Set the local address used for stateful compression.
173 * This expects an address of 8 bytes.
178 /* netif not used for now, the address is stored globally... */ in rfc7668_set_local_addr_eui64()
183 /** Set the local address used for stateful compression.
184 * This expects an address of 6 bytes.
189 /* netif not used for now, the address is stored globally... */ in rfc7668_set_local_addr_mac48()
194 /** Set the peer address used for stateful compression.
195 * This expects an address of 8 bytes.
200 /* netif not used for now, the address is stored globally... */ in rfc7668_set_peer_addr_eui64()
205 /** Set the peer address used for stateful compression.
206 * This expects an address of 6 bytes.
211 /* netif not used for now, the address is stored globally... */ in rfc7668_set_peer_addr_mac48()
290 * Set context id IPv6 address
292 * Store one IPv6 address to a given context id.
307 /* copy IPv6 address to context storage */ in rfc7668_set_context()
323 * @param ip6addr The IP address of the packet destination.