Searched refs:ICMP_ROUTERSOLICIT (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/lib/
H A Dicmptypes.c96 { "routersol", ICMP_ROUTERSOLICIT, ND_ROUTER_SOLICIT },
97 { "routersolcit",ICMP_ROUTERSOLICIT, ND_ROUTER_SOLICIT },
/freebsd-13-stable/sys/netinet/
H A Dip_icmp.h182 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
213 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
H A Dip_icmp.c734 case ICMP_ROUTERSOLICIT:
/freebsd-13-stable/usr.bin/systat/
H A Dicmp.c215 DO(icps_outhist[ICMP_ROUTERSOLICIT], 16, 35);
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-icmp.c134 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
196 { ICMP_ROUTERSOLICIT, "router solicitation" },
/freebsd-13-stable/sbin/routed/
H A Drdisc.c868 u.so.icmp_type = ICMP_ROUTERSOLICIT;
903 } else if (p->icmp.icmp_type == ICMP_ROUTERSOLICIT) {
1038 case ICMP_ROUTERSOLICIT:
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h943 #ifndef ICMP_ROUTERSOLICIT
944 # define ICMP_ROUTERSOLICIT 10 macro
H A Dfil.c1228 case ICMP_ROUTERSOLICIT :
/freebsd-13-stable/sbin/ping/
H A Dping.c1619 case ICMP_ROUTERSOLICIT:
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.c91 { "routersol", ICMP_ROUTERSOLICIT },
/freebsd-13-stable/contrib/ipfilter/iplang/
H A Diplang_y.y391 | IL_ICMP_ROUTERSOLICIT ';' { set_icmptype(ICMP_ROUTERSOLICIT); }
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipmon.c212 { ICMP_ROUTERSOLICIT, NULL, 0, "routersolicit" },
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c267 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \

Completed in 306 milliseconds