Searched defs:is_icmp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h93 #define is_icmp is_ps.is_ics macro
94 #define is_type is_icmp.ici_type
95 #define is_code is_icmp.ici_code
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c2701 boolean_t is_icmp = (sel_flags & SEL_IS_ICMP); local
2748 if (port_policy_present && IS_V6_FRAGMENT(ipp) && !is_icmp) {
2765 !is_icmp) {
5552 boolean_t port_policy_present, is_icmp, global_present; local
5573 is_icmp = B_TRUE;
5575 is_icmp = B_FALSE;
5598 (is_icmp ? SEL_IS_ICMP : SEL_NONE) | SEL_TUNNEL_MODE);
5763 if (is_icmp) {
5834 if ((itp->itp_flags & ITPF_P_TUNNEL) && !is_icmp) {
5866 if (is_icmp) {
[all...]

Completed in 71 milliseconds