Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
D6lo.c26 struct net_6lo_context { struct
46 static struct net_6lo_context ctx_6co[CONFIG_NET_MAX_6LO_CONTEXTS]; argument
214 static inline struct net_6lo_context *
233 static inline struct net_6lo_context *
410 struct net_6lo_context *src) in compress_sa_ctx()
552 struct net_6lo_context *dst) in compress_da_ctx()
683 static struct net_6lo_context *get_src_addr_ctx(struct net_pkt *pkt, in get_src_addr_ctx()
687 struct net_6lo_context *src; in get_src_addr_ctx()
698 static struct net_6lo_context *get_dst_addr_ctx(struct net_pkt *pkt, in get_dst_addr_ctx()
702 struct net_6lo_context *dst; in get_dst_addr_ctx()
[all …]
/Zephyr-latest/tests/net/6lo/src/
Dmain.c256 struct net_6lo_context *net_6lo_context = dev->data; in net_6lo_dev_init() local
258 net_6lo_context = net_6lo_context; in net_6lo_dev_init()