Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dnd6_nbr.c131 struct nd_neighbor_solicit *nd_ns; in nd6_ns_input()
165 nd_ns = (struct nd_neighbor_solicit *)((caddr_t)ip6 + off); in nd6_ns_input()
417 struct nd_neighbor_solicit *nd_ns; in nd6_ns_output_fib()
544 nd_ns = (struct nd_neighbor_solicit *)(ip6 + 1); in nd6_ns_output_fib()
H A Dicmp6.c813 if (icmp6len < sizeof(struct nd_neighbor_solicit)) in icmp6_input()
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c233 struct nd_neighbor_solicit { /* neighbor solicitation */ struct
1201 const struct nd_neighbor_solicit *p; in icmp6_print()
1202 p = (const struct nd_neighbor_solicit *)dp; in icmp6_print()
/freebsd/sys/netinet/
H A Dicmp6.h252 struct nd_neighbor_solicit { /* neighbor solicitation */ struct
/freebsd/sys/netpfil/pf/
H A Dpf.c1663 struct nd_neighbor_solicit nd; in pf_state_key_addr_setup()
10070 icmp_hlen = sizeof(struct nd_neighbor_solicit); in pf_setup_pdesc()