Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dipv6_nbr.c1209 struct net_icmpv6_nd_opt_hdr *nd_opt_hdr; in handle_ns_input() local
1248 nd_opt_hdr = (struct net_icmpv6_nd_opt_hdr *) in handle_ns_input()
1251 while (nd_opt_hdr && nd_opt_hdr->len > 0 && in handle_ns_input()
1257 switch (nd_opt_hdr->type) { in handle_ns_input()
1264 if (!read_llao(pkt, nd_opt_hdr->len, &src_lladdr)) { in handle_ns_input()
1271 NET_DBG("Unknown ND option 0x%x", nd_opt_hdr->type); in handle_ns_input()
1279 (nd_opt_hdr->len << 3)); in handle_ns_input()
1286 nd_opt_hdr = (struct net_icmpv6_nd_opt_hdr *) in handle_ns_input()
1830 struct net_icmpv6_nd_opt_hdr *nd_opt_hdr; in handle_na_input() local
1866 nd_opt_hdr = (struct net_icmpv6_nd_opt_hdr *) in handle_na_input()
[all …]