Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dip_icmp.h176 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
207 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
H A Dip_icmp.c902 case ICMP_ROUTERSOLICIT: in icmp_input()
/dragonfly/sbin/routed/
H A Drdisc.c866 u.so.icmp_type = ICMP_ROUTERSOLICIT; in rdisc_sol()
901 } else if (p->icmp.icmp_type == ICMP_ROUTERSOLICIT) { in ck_icmp()
1038 case ICMP_ROUTERSOLICIT: in read_d()
/dragonfly/usr.bin/systat/
H A Dicmp.c206 DO(icps_outhist[ICMP_ROUTERSOLICIT], 17, 35); in showicmp()
/dragonfly/contrib/tcpdump/
H A Dprint-icmp.c134 #define ICMP_ROUTERSOLICIT 10 /* router solicitation */ macro
196 { ICMP_ROUTERSOLICIT, "router solicitation" },
/dragonfly/sbin/ping/
H A Dping.c1479 case ICMP_ROUTERSOLICIT: in pr_icmph()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.c85 { "routersol", ICMP_ROUTERSOLICIT },
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c1209 (1 << ICMP_ROUTERSOLICIT) | \