Searched refs:ICMP_ROUTERADVERT (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dicmptypes.c94 { "routerad", ICMP_ROUTERADVERT, ND_ROUTER_ADVERT },
95 { "routeradvert",ICMP_ROUTERADVERT, ND_ROUTER_ADVERT },
/freebsd-12-stable/sys/netinet/
H A Dip_icmp.h179 #define ICMP_ROUTERADVERT 9 /* router advertisement */ macro
213 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
H A Dip_icmp.c707 case ICMP_ROUTERADVERT:
/freebsd-12-stable/sbin/routed/
H A Drdisc.c128 if (p->icmp.icmp_type == ICMP_ROUTERADVERT) {
793 u.ad.icmp_type = ICMP_ROUTERADVERT;
908 if (p->icmp.icmp_type == ICMP_ROUTERADVERT) {
1008 case ICMP_ROUTERADVERT:
/freebsd-12-stable/usr.bin/systat/
H A Dicmp.c214 DO(icps_inhist[ICMP_ROUTERADVERT], 16, 0);
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-icmp.c133 #define ICMP_ROUTERADVERT 9 /* router advertisement */ macro
445 case ICMP_ROUTERADVERT:
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h940 #ifndef ICMP_ROUTERADVERT
941 # define ICMP_ROUTERADVERT 9 macro
H A Dfil.c1227 case ICMP_ROUTERADVERT :
/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.c90 { "routeradv", ICMP_ROUTERADVERT },
161 { "normal-adv", ICMP_ROUTERADVERT, ICMP_ROUTERADVERT_NORMAL },
162 { "common-adv", ICMP_ROUTERADVERT, ICMP_ROUTERADVERT_NOROUTE_COMMON },
/freebsd-12-stable/sbin/ping/
H A Dping.c1603 case ICMP_ROUTERADVERT:
/freebsd-12-stable/contrib/ipfilter/iplang/
H A Diplang_y.y390 | IL_ICMP_ROUTERADVERT ';' { set_icmptype(ICMP_ROUTERADVERT); }
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipmon.c211 { ICMP_ROUTERADVERT, NULL, 0, "routeradvert" },

Completed in 302 milliseconds