Home
last modified time | relevance | path

Searched refs:ICMP_ROUTERSOLICIT (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/sbin/ipf/libipf/
HDicmptypes.c96 { "routersol", ICMP_ROUTERSOLICIT, ND_ROUTER_SOLICIT },
97 { "routersolcit",ICMP_ROUTERSOLICIT, ND_ROUTER_SOLICIT },
/freebsd-13-stable/sys/netinet/
HDip_icmp.h181 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
212 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
HDip_icmp.c743 case ICMP_ROUTERSOLICIT: in icmp_input()
/freebsd-13-stable/sbin/routed/
HDrdisc.c863 u.so.icmp_type = ICMP_ROUTERSOLICIT; in rdisc_sol()
898 } else if (p->icmp.icmp_type == ICMP_ROUTERSOLICIT) { in ck_icmp()
1033 case ICMP_ROUTERSOLICIT: in read_d()
/freebsd-13-stable/usr.bin/systat/
HDicmp.c212 DO(icps_outhist[ICMP_ROUTERSOLICIT], 16, 35); in showicmp()
/freebsd-13-stable/contrib/tcpdump/
HDprint-icmp.c129 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
191 { ICMP_ROUTERSOLICIT, "router solicitation" },
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h934 #ifndef ICMP_ROUTERSOLICIT
935 # define ICMP_ROUTERSOLICIT 10 macro
HDfil.c1208 case ICMP_ROUTERSOLICIT : in ipf_pr_icmp()
/freebsd-13-stable/sbin/ping/
HDping.c1655 case ICMP_ROUTERSOLICIT: in pr_icmph()
/freebsd-13-stable/sbin/ipf/iplang/
HDiplang_y.y389 | IL_ICMP_ROUTERSOLICIT ';' { set_icmptype(ICMP_ROUTERSOLICIT); }
/freebsd-13-stable/sbin/ipf/ipmon/
HDipmon.c211 { ICMP_ROUTERSOLICIT, NULL, 0, "routersolicit" },
/freebsd-13-stable/sbin/pfctl/
HDpfctl_parser.c90 { "routersol", ICMP_ROUTERSOLICIT },
/freebsd-13-stable/sys/netpfil/ipfw/
HDip_fw2.c265 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \
/freebsd-13-stable/sys/netpfil/pf/
HDpf.c1849 case ICMP_ROUTERSOLICIT: in pf_icmp_mapping()
1852 *virtual_type = ICMP_ROUTERSOLICIT; in pf_icmp_mapping()