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 *
412 struct net_6lo_context *src) in compress_sa_ctx()
558 struct net_6lo_context *dst) in compress_da_ctx()
689 static struct net_6lo_context *get_src_addr_ctx(struct net_pkt *pkt, in get_src_addr_ctx()
693 struct net_6lo_context *src; in get_src_addr_ctx()
704 static struct net_6lo_context *get_dst_addr_ctx(struct net_pkt *pkt, in get_dst_addr_ctx()
708 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()