Symbol: is_icmp
usr/src/cmd/ipf/lib/printstate.c
63
PRINTF(" id %hu seq %hu type %d\n", ntohs(ips.is_icmp.ici_id),
usr/src/cmd/ipf/lib/printstate.c
64
ntohs(ips.is_icmp.ici_seq), ips.is_icmp.ici_type);
usr/src/uts/common/inet/ip/spd.c
2702
boolean_t is_icmp = (sel_flags & SEL_IS_ICMP);
usr/src/uts/common/inet/ip/spd.c
2749
if (port_policy_present && IS_V6_FRAGMENT(ipp) && !is_icmp) {
usr/src/uts/common/inet/ip/spd.c
2766
!is_icmp) {
usr/src/uts/common/inet/ip/spd.c
5560
boolean_t port_policy_present, is_icmp, global_present;
usr/src/uts/common/inet/ip/spd.c
5581
is_icmp = B_TRUE;
usr/src/uts/common/inet/ip/spd.c
5583
is_icmp = B_FALSE;
usr/src/uts/common/inet/ip/spd.c
5606
(is_icmp ? SEL_IS_ICMP : SEL_NONE) | SEL_TUNNEL_MODE);
usr/src/uts/common/inet/ip/spd.c
5771
if (is_icmp) {
usr/src/uts/common/inet/ip/spd.c
5842
if ((itp->itp_flags & ITPF_P_TUNNEL) && !is_icmp) {
usr/src/uts/common/inet/ip/spd.c
5874
if (is_icmp) {
usr/src/uts/common/inet/ip/spd.c
5902
if (is_icmp) {
usr/src/uts/common/inet/ipf/ip_state.c
1269
is->is_icmp.ici_type = ic->icmp_type;
usr/src/uts/common/inet/ipf/ip_state.c
1270
hv += (is->is_icmp.ici_id = ic->icmp_id);
usr/src/uts/common/inet/ipf/ip_state.c
1276
is->is_icmp.ici_type = ic->icmp_type;
usr/src/uts/common/inet/ipf/ip_state.c
1294
is->is_icmp.ici_type = ic->icmp_type;
usr/src/uts/common/inet/ipf/ip_state.c
1295
hv += (is->is_icmp.ici_id = ic->icmp_id);
usr/src/uts/common/inet/ipf/ip_state.c
2740
fr_matchicmpqueryreply(v, &is->is_icmp,
usr/src/uts/common/inet/ipf/ip_state.c
2802
fr_matchicmpqueryreply(v, &is->is_icmp,
usr/src/uts/common/inet/ipf/ip_state.c
3986
ipsl.isl_itype = is->is_icmp.ici_type;
usr/src/uts/common/inet/ipf/ip_state.c
3988
ipsl.isl_itype = is->is_icmp.ici_type;
usr/src/uts/common/inet/ipf/ip_state.c
4103
ic = &is->is_icmp;
usr/src/uts/common/inet/ipf/netinet/ip_state.h
94
#define is_type is_icmp.ici_type
usr/src/uts/common/inet/ipf/netinet/ip_state.h
95
#define is_code is_icmp.ici_code