Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c96 { "routersol", ICMP_ROUTERSOLICIT, ND_ROUTER_SOLICIT },
97 { "routersolcit",ICMP_ROUTERSOLICIT, ND_ROUTER_SOLICIT },
/freebsd/sys/netinet/
H A Dip_icmp.h179 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
210 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
H A Dip_icmp.c753 case ICMP_ROUTERSOLICIT: in icmp_input()
/freebsd/sbin/routed/
H A Drdisc.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/usr.bin/systat/
H A Dicmp.c209 DO(icps_outhist[ICMP_ROUTERSOLICIT], 16, 35); in showicmp()
/freebsd/contrib/tcpdump/
H A Dprint-icmp.c131 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
193 { ICMP_ROUTERSOLICIT, "router solicitation" },
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h927 #ifndef ICMP_ROUTERSOLICIT
928 # define ICMP_ROUTERSOLICIT 10 macro
H A Dfil.c1204 case ICMP_ROUTERSOLICIT : in ipf_pr_icmp()
/freebsd/sbin/ping/
H A Dping.c1537 case ICMP_ROUTERSOLICIT: in pr_icmph()
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y389 | IL_ICMP_ROUTERSOLICIT ';' { set_icmptype(ICMP_ROUTERSOLICIT); }
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c207 { ICMP_ROUTERSOLICIT, NULL, 0, "routersolicit" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c89 { "routersol", ICMP_ROUTERSOLICIT },
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c267 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \