HomeSort by: relevance | last modified time | path
    Searched defs:ND_ROUTER_SOLICIT (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
icmptypes.c 25 # undef ND_ROUTER_SOLICIT
26 # define ND_ROUTER_SOLICIT 0
98 { "routersol", ICMP_ROUTERSOLICIT, ND_ROUTER_SOLICIT },
99 { "routersolcit",ICMP_ROUTERSOLICIT, ND_ROUTER_SOLICIT },
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1268 #ifndef ND_ROUTER_SOLICIT
1269 # define ND_ROUTER_SOLICIT 133
  /src/sys/netinet/
icmp6.h 119 #define ND_ROUTER_SOLICIT 133 /* router solicitation */
215 struct nd_router_solicit { /* router solicitation */ struct
711 case ND_ROUTER_SOLICIT: \
  /src/external/bsd/tcpdump/dist/
print-icmp6.c 112 #define ND_ROUTER_SOLICIT 133 /* router solicitation */
191 struct nd_router_solicit { /* router solicitation */ struct
670 { ND_ROUTER_SOLICIT, "router solicitation"},
1070 if (ndo->ndo_vflag && (icmp6_type == ND_ROUTER_SOLICIT ||
1191 case ND_ROUTER_SOLICIT:

Completed in 27 milliseconds