Searched refs:ND_ROUTER_SOLICIT (Results 1 – 18 of 18) sorted by relevance
/freebsd/sbin/ipf/libipf/ |
H A D | icmptypes.c | 23 # undef ND_ROUTER_SOLICIT 24 # define ND_ROUTER_SOLICIT 0 macro 96 { "routersol", ICMP_ROUTERSOLICIT, ND_ROUTER_SOLICIT }, 97 { "routersolcit",ICMP_ROUTERSOLICIT, ND_ROUTER_SOLICIT },
|
/freebsd/sys/netinet/ |
H A D | icmp6.h | 115 #define ND_ROUTER_SOLICIT 133 /* router solicitation */ macro 763 case ND_ROUTER_SOLICIT: \
|
/freebsd/usr.bin/systat/ |
H A D | icmp6.c | 206 DO(icp6s_inhist[ND_ROUTER_SOLICIT], 16, 0); in showicmp6()
|
/freebsd/sys/netinet6/ |
H A D | send.c | 163 case ND_ROUTER_SOLICIT: in send_output()
|
H A D | raw_ip6.c | 533 case ND_ROUTER_SOLICIT: in rip6_send()
|
H A D | nd6_rtr.c | 233 nd6_cache_lladdr(ifp, &saddr6, lladdr, lladdrlen, ND_ROUTER_SOLICIT, 0); in nd6_rs_input()
|
H A D | nd6.c | 1927 case ND_ROUTER_SOLICIT: in nd6_is_router()
|
H A D | icmp6.c | 761 case ND_ROUTER_SOLICIT: in icmp6_input()
|
/freebsd/contrib/tcpdump/ |
H A D | print-icmp6.c | 110 #define ND_ROUTER_SOLICIT 133 /* router solicitation */ macro 649 { ND_ROUTER_SOLICIT, "router solicitation"}, 1050 if (ndo->ndo_vflag && (icmp6_type == ND_ROUTER_SOLICIT || in icmp6_print() 1171 case ND_ROUTER_SOLICIT: in icmp6_print()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 964 #ifndef ND_ROUTER_SOLICIT 965 # define ND_ROUTER_SOLICIT 133 macro
|
H A D | ip_state.c | 1478 case ND_ROUTER_SOLICIT : in ipf_state_add()
|
H A D | fil.c | 9154 icmpreplytype6[ND_ROUTER_SOLICIT] = ND_ROUTER_ADVERT;
|
/freebsd/usr.sbin/rtadvd/ |
H A D | rtadvd.c | 797 case ND_ROUTER_SOLICIT: in rtadvd_input() 1581 ICMP6_FILTER_SETPASS(ND_ROUTER_SOLICIT, &filt); in sock_open()
|
/freebsd/usr.sbin/rtsold/ |
H A D | rtsold.c | 536 rs->nd_rs_type = ND_ROUTER_SOLICIT; in make_packet()
|
/freebsd/usr.sbin/traceroute6/ |
H A D | traceroute6.c | 1298 case ND_ROUTER_SOLICIT: in pr_type()
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.c | 280 { ND_ROUTER_SOLICIT, NULL, 0, "routersolicit" },
|
/freebsd/sbin/ping/ |
H A D | ping6.c | 2361 case ND_ROUTER_SOLICIT: in pr_icmph()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 125 { "routersol", ND_ROUTER_SOLICIT },
|