Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/inet/
H A Dsadb.h242 uint_t ipsa_type; /* Type of security association. (AH/etc.) */ member
/titanic_53/usr/src/uts/common/inet/ip/
H A Dsadb.c359 protocol = (assoc->ipsa_type == SADB_SATYPE_AH) ? in sadb_delete_cluster()
735 protocol = (sa->ipsa_type == SADB_SATYPE_AH) ? in sadb_destroyer()
1259 newsamsg->sadb_msg_satype = ipsa->ipsa_type; in sadb_sa2msg()
3092 newbie->ipsa_type = samsg->sadb_msg_satype;
3393 if (newbie->ipsa_type == SADB_SATYPE_ESP)
3805 samsg->sadb_msg_satype = assoc->ipsa_type;
3979 ASSERT(assoc->ipsa_type == SADB_SATYPE_ESP);
6989 (ipsa->ipsa_type == SADB_SATYPE_AH) ? IPPROTO_AH : IPPROTO_ESP,
H A Dipsecah.c1999 newbie->ipsa_type = SADB_SATYPE_AH; in ah_getspi()
H A Dipsecesp.c1467 newbie->ipsa_type = SADB_SATYPE_ESP; in esp_getspi()