Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
HDnd6_nbr.c580 struct nd_neighbor_advert *nd_na; in nd6_na_input()
606 nd_na = (struct nd_neighbor_advert *)((caddr_t)ip6 + off); in nd6_na_input()
608 IP6_EXTHDR_GET(nd_na, struct nd_neighbor_advert *, m, off, icmp6len); in nd6_na_input()
901 struct nd_neighbor_advert *nd_na; in nd6_na_output()
962 nd_na = (struct nd_neighbor_advert *)(ip6 + 1); in nd6_na_output()
HDicmp6.c769 if (icmp6len < sizeof(struct nd_neighbor_advert)) in icmp6_input()
/dragonfly/contrib/dhcpcd/src/
HDipv6.h205 struct nd_neighbor_advert *na;
HDipv6nd.c517 struct nd_neighbor_advert *na; in ipv6nd_advertise()
/dragonfly/contrib/tcpdump/
HDprint-icmp6.c246 struct nd_neighbor_advert { /* neighbor advertisement */ struct
1229 const struct nd_neighbor_advert *p; in icmp6_print()
1231 p = (const struct nd_neighbor_advert *)dp; in icmp6_print()
/dragonfly/sys/netinet/
HDicmp6.h261 struct nd_neighbor_advert { /* neighbor advertisement */ struct