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

  /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: \
  /src/usr.sbin/npf/npfctl/
npf_data.c 635 case ND_NEIGHBOR_ADVERT:
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1277 #ifndef ND_NEIGHBOR_ADVERT
1278 # define ND_NEIGHBOR_ADVERT 136
fil.c 9168 icmpreplytype6[ND_NEIGHBOR_SOLICIT] = ND_NEIGHBOR_ADVERT;
  /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/usr.sbin/traceroute6/
traceroute6.c 908 case ND_NEIGHBOR_ADVERT:
  /src/sys/kern/
uipc_mbufdebug.c 792 case ND_NEIGHBOR_ADVERT:
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 146 { "neighbradv", ND_NEIGHBOR_ADVERT },
  /src/sbin/ping6/
ping6.c 2152 case ND_NEIGHBOR_ADVERT:

Completed in 158 milliseconds