Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dicmpv6.h22 struct net_icmpv6_ns_hdr { struct
Dipv6_nbr.c1215 struct net_icmpv6_ns_hdr); in handle_ns_input()
1222 struct net_icmpv6_ns_hdr *ns_hdr; in handle_ns_input()
1236 ns_hdr = (struct net_icmpv6_ns_hdr *)net_pkt_get_data(pkt, &ns_access); in handle_ns_input()
1249 sizeof(struct net_icmpv6_ns_hdr))) || in handle_ns_input()
1258 net_pkt_set_ipv6_ext_opt_len(pkt, sizeof(struct net_icmpv6_ns_hdr)); in handle_ns_input()
1962 struct net_icmpv6_ns_hdr); in net_ipv6_send_ns()
1965 struct net_icmpv6_ns_hdr *ns_hdr; in net_ipv6_send_ns()
1995 sizeof(struct net_icmpv6_ns_hdr) + in net_ipv6_send_ns()
2016 ns_hdr = (struct net_icmpv6_ns_hdr *)net_pkt_get_data(pkt, &ns_access); in net_ipv6_send_ns()