Home
last modified time | relevance | path

Searched refs:ICMP_IREQREPLY (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/netinet/
H A Dip_icmp.h207 #define ICMP_IREQREPLY 16 /* information reply */ macro
229 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
H A Dip_icmp.c655 case ICMP_IREQREPLY: in icmp_input_if()
/openbsd/usr.sbin/tcpdump/
H A Dprint-icmp.c92 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
104 { ICMP_IREQREPLY, "information reply" },
/openbsd/sbin/ping/
H A Dping.c1728 case ICMP_IREQREPLY: in pr_icmph()
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c100 { "inforep", ICMP_IREQREPLY },
/openbsd/usr.sbin/bgpd/
H A Dparse.y5882 { "inforep", ICMP_IREQREPLY },
/openbsd/sys/net/
H A Dpf.c2577 case ICMP_IREQREPLY: in pf_icmp_mapping()