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

  /src/sys/netinet6/
nd6_rtr.c 61 struct nd_router_solicit *nd_rs;
83 case ND_ROUTER_SOLICIT:
91 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off,
138 icmp6_type == ND_ROUTER_SOLICIT ? "RS" : "RA",
151 ICMP6_STATINC(icmp6_type == ND_ROUTER_SOLICIT ?
icmp6.c 125 __CTASSERT(sizeof(struct nd_router_solicit) == 8);
826 case ND_ROUTER_SOLICIT:
834 if ((icmp6->icmp6_type == ND_ROUTER_SOLICIT &&
835 icmp6len < sizeof(struct nd_router_solicit)) ||
nd6.c 1489 case ND_ROUTER_SOLICIT:
  /src/sys/netinet/
icmp6.h 119 #define ND_ROUTER_SOLICIT 133 /* router solicitation */
215 struct nd_router_solicit { /* router solicitation */ struct
710 case ND_ROUTER_SOLICIT: \
  /src/usr.sbin/npf/npfctl/
npf_data.c 632 case ND_ROUTER_SOLICIT:
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1268 #ifndef ND_ROUTER_SOLICIT
1269 # define ND_ROUTER_SOLICIT 133
ip_state.c 1499 case ND_ROUTER_SOLICIT :
fil.c 9167 icmpreplytype6[ND_ROUTER_SOLICIT] = ND_ROUTER_ADVERT;
  /src/usr.sbin/rtadvd/
rtadvd.c 165 static void rs_input(int, struct nd_router_solicit *,
806 case ND_ROUTER_SOLICIT:
832 if ((size_t)i < sizeof(struct nd_router_solicit)) {
842 rs_input(i, (struct nd_router_solicit *)icp, pi, &rcvfrom);
895 rs_input(int len, struct nd_router_solicit *rs,
914 len - sizeof(struct nd_router_solicit),
1552 ICMP6_FILTER_SETPASS(ND_ROUTER_SOLICIT, &filt);
  /src/usr.sbin/traceroute6/
traceroute6.c 899 case ND_ROUTER_SOLICIT:
  /src/sys/kern/
uipc_mbufdebug.c 783 case ND_ROUTER_SOLICIT:
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 143 { "routersol", ND_ROUTER_SOLICIT },
  /src/sbin/ping6/
ping6.c 2143 case ND_ROUTER_SOLICIT:

Completed in 51 milliseconds