Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h165 #define ICMP_IREQREPLY 16 /* information reply */ macro
175 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c1040 case ICMP_IREQREPLY: in check_reply()
1268 {ICMP_IREQREPLY, "Info Reply"}, in pr_type()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c451 {ICMP_IREQREPLY, "Info Reply"}, in pr_type()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c351 case ICMP_IREQREPLY: in interpret_icmp()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2041 #ifndef ICMP_IREQREPLY
2042 # define ICMP_IREQREPLY 16 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c266 { ICMP_IREQREPLY, NULL, 0, "inforeply" },
H A Dipf_y.y1366 | IPFY_ICMPT_INFOREP { $$ = ICMP_IREQREPLY; }
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c198 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;
H A Dip_nat.c5045 case ICMP_IREQREPLY:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c460 {"inforep", ICMP_IREQREPLY},