Home
last modified time | relevance | path

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

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