Home
last modified time | relevance | path

Searched refs:ICMP_IREQ (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/netinet/
H A Dip_icmp.h186 #define ICMP_IREQ 15 /* information request */ macro
209 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
/dragonfly/contrib/tcpdump/
H A Dprint-icmp.c142 #define ICMP_IREQ 15 /* information request */ macro
199 { ICMP_IREQ, "information request" },
/dragonfly/sbin/ping/
H A Dping.c1462 case ICMP_IREQ: in pr_icmph()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.c90 { "inforeq", ICMP_IREQ },
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c1211 (1 << ICMP_IREQ) | \