Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/iptun/
H A Diptun.c103 #define IPTUN_IPSEC_REQ_MASK (IPSEC_PREF_REQUIRED | IPSEC_PREF_NEVER) macro
976 clear_all = ((ipsr->ipsr_ah_req & IPTUN_IPSEC_REQ_MASK) == 0 && in iptun_set_sec_simple()
977 (ipsr->ipsr_esp_req & IPTUN_IPSEC_REQ_MASK) == 0); in iptun_set_sec_simple()