Searched refs:ICMP_IREQREPLY (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/netinet/ |
H A D | ip_icmp.h | 166 #define ICMP_IREQREPLY 16 /* information reply */ macro 176 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 1037 case ICMP_IREQREPLY: in check_reply() 1265 {ICMP_IREQREPLY, "Info Reply"}, in pr_type()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 453 {ICMP_IREQREPLY, "Info Reply"}, in pr_type()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_icmp.c | 351 case ICMP_IREQREPLY: in interpret_icmp()
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 2041 #ifndef ICMP_IREQREPLY 2042 # define ICMP_IREQREPLY 16 macro
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 266 { ICMP_IREQREPLY, NULL, 0, "inforeply" },
|
H A D | ipf_y.y | 1366 | IPFY_ICMPT_INFOREP { $$ = ICMP_IREQREPLY; }
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 198 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;
|
H A D | ip_nat.c | 5043 case ICMP_IREQREPLY:
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 460 {"inforep", ICMP_IREQREPLY},
|