Home
last modified time | relevance | path

Searched refs:ND_ROUTER_ADVERT (Results 1 – 20 of 20) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c21 # undef ND_ROUTER_ADVERT
22 # define ND_ROUTER_ADVERT 0 macro
94 { "routerad", ICMP_ROUTERADVERT, ND_ROUTER_ADVERT },
95 { "routeradvert",ICMP_ROUTERADVERT, ND_ROUTER_ADVERT },
/freebsd/sys/netinet/
H A Dicmp6.h116 #define ND_ROUTER_ADVERT 134 /* router advertisement */ macro
766 case ND_ROUTER_ADVERT: \
/freebsd/usr.bin/systat/
H A Dicmp6.c207 DO(icp6s_outhist[ND_ROUTER_ADVERT], 16, 35); in showicmp6()
/freebsd/sys/netinet6/
H A Dsend.c166 case ND_ROUTER_ADVERT: in send_output()
H A Draw_ip6.c532 case ND_ROUTER_ADVERT: in rip6_send()
H A Dnd6_rtr.c594 lladdrlen, ND_ROUTER_ADVERT, 0); in nd6_ra_input()
H A Dnd6.c1933 case ND_ROUTER_ADVERT: in nd6_is_router()
H A Dicmp6.c789 case ND_ROUTER_ADVERT: in icmp6_input()
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c111 #define ND_ROUTER_ADVERT 134 /* router advertisement */ macro
650 { ND_ROUTER_ADVERT, "router advertisement"},
1051 icmp6_type == ND_ROUTER_ADVERT || in icmp6_print()
1179 case ND_ROUTER_ADVERT: in icmp6_print()
/freebsd/usr.sbin/rtsold/
H A Drtsol.c133 ICMP6_FILTER_SETPASS(ND_ROUTER_ADVERT, &filt); in recvsockopen()
234 if (icp->icmp6_type != ND_ROUTER_ADVERT) { in rtsol_input()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h967 #ifndef ND_ROUTER_ADVERT
968 # define ND_ROUTER_ADVERT 134 macro
H A Dfil.c9154 icmpreplytype6[ND_ROUTER_SOLICIT] = ND_ROUTER_ADVERT;
/freebsd/usr.sbin/rtadvd/
H A Drtadvd.c834 case ND_ROUTER_ADVERT: in rtadvd_input()
1582 ICMP6_FILTER_SETPASS(ND_ROUTER_ADVERT, &filt); in sock_open()
H A Dconfig.c1457 ra->nd_ra_type = ND_ROUTER_ADVERT; in make_packet()
/freebsd/sys/dev/oce/
H A Doce_if.h1199 #define ND_ROUTER_ADVERT 134 macro
H A Doce_if.c976 case ND_ROUTER_ADVERT: in oce_is_pkt_dest_bmc()
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c1301 case ND_ROUTER_ADVERT: in pr_type()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c281 { ND_ROUTER_ADVERT, NULL, 0, "routeradvert" },
/freebsd/sbin/ping/
H A Dping6.c2364 case ND_ROUTER_ADVERT: in pr_icmph()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c126 { "routeradv", ND_ROUTER_ADVERT },