HomeSort by: relevance | last modified time | path
    Searched refs:nd_router_solicit (Results 1 - 4 of 4) 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/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
710 case ND_ROUTER_SOLICIT: \

Completed in 37 milliseconds