Home
last modified time | relevance | path

Searched refs:ND_ROUTER_SOLICIT (Results 1 – 18 of 18) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c23 # 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 Dicmp6.h115 #define ND_ROUTER_SOLICIT 133 /* router solicitation */ macro
763 case ND_ROUTER_SOLICIT: \
/freebsd/usr.bin/systat/
H A Dicmp6.c206 DO(icp6s_inhist[ND_ROUTER_SOLICIT], 16, 0); in showicmp6()
/freebsd/sys/netinet6/
H A Dsend.c163 case ND_ROUTER_SOLICIT: in send_output()
H A Draw_ip6.c533 case ND_ROUTER_SOLICIT: in rip6_send()
H A Dnd6_rtr.c233 nd6_cache_lladdr(ifp, &saddr6, lladdr, lladdrlen, ND_ROUTER_SOLICIT, 0); in nd6_rs_input()
H A Dnd6.c1927 case ND_ROUTER_SOLICIT: in nd6_is_router()
H A Dicmp6.c761 case ND_ROUTER_SOLICIT: in icmp6_input()
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c110 #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 Dip_compat.h964 #ifndef ND_ROUTER_SOLICIT
965 # define ND_ROUTER_SOLICIT 133 macro
H A Dip_state.c1478 case ND_ROUTER_SOLICIT : in ipf_state_add()
H A Dfil.c9154 icmpreplytype6[ND_ROUTER_SOLICIT] = ND_ROUTER_ADVERT;
/freebsd/usr.sbin/rtadvd/
H A Drtadvd.c797 case ND_ROUTER_SOLICIT: in rtadvd_input()
1581 ICMP6_FILTER_SETPASS(ND_ROUTER_SOLICIT, &filt); in sock_open()
/freebsd/usr.sbin/rtsold/
H A Drtsold.c536 rs->nd_rs_type = ND_ROUTER_SOLICIT; in make_packet()
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c1298 case ND_ROUTER_SOLICIT: in pr_type()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c280 { ND_ROUTER_SOLICIT, NULL, 0, "routersolicit" },
/freebsd/sbin/ping/
H A Dping6.c2361 case ND_ROUTER_SOLICIT: in pr_icmph()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c125 { "routersol", ND_ROUTER_SOLICIT },