Home
last modified time | relevance | path

Searched refs:rfc7668_context (Results 1 – 1 of 1) sorted by relevance

/third_party/lwip/src/netif/
Dlowpan6_ble.c87 static ip6_addr_t rfc7668_context[LWIP_6LOWPAN_NUM_CONTEXTS]; variable
89 #define rfc7668_context NULL macro
257 …&lowpan6_header_len, &hidden_header_len, rfc7668_context, &rfc7668_local_addr, &rfc7668_peer_addr); in rfc7668_compress()
308 ip6_addr_set(&rfc7668_context[idx], context); in rfc7668_set_context()
365 p = lowpan6_decompress(p, 0, rfc7668_context, &rfc7668_peer_addr, &rfc7668_local_addr); in rfc7668_input()