HomeSort by: relevance | last modified time | path
    Searched refs:nd_router_solicit (Results 1 - 7 of 7) 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)) ||
  /src/external/bsd/dhcpcd/dist/src/
ipv6nd.h 80 struct nd_router_solicit *rs;
ipv6nd.c 321 struct nd_router_solicit *rs;
332 rs->nd_rs_type = ND_ROUTER_SOLICIT;
  /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/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 36 milliseconds