HomeSort by: relevance | last modified time | path
    Searched refs:nd_neighbor_advert (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet6/
nd6_nbr.c 612 struct nd_neighbor_advert *nd_na;
643 IP6_EXTHDR_GET(nd_na, struct nd_neighbor_advert *, m, off, icmp6len);
905 struct nd_neighbor_advert *nd_na;
989 nd_na = (struct nd_neighbor_advert *)(ip6 + 1);
990 nd_na->nd_na_type = ND_NEIGHBOR_ADVERT;
1043 ICMP6_STATINC(ICMP6_STAT_OUTHIST + ND_NEIGHBOR_ADVERT);
icmp6.c 128 __CTASSERT(sizeof(struct nd_neighbor_advert) == 24);
865 case ND_NEIGHBOR_ADVERT:
869 if (icmp6len < sizeof(struct nd_neighbor_advert))
  /src/sys/netinet/
icmp6.h 122 #define ND_NEIGHBOR_ADVERT 136 /* neighbor advertisement */
265 struct nd_neighbor_advert { /* neighbor advertisement */ struct
719 case ND_NEIGHBOR_ADVERT: \

Completed in 14 milliseconds