Searched refs:satype (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | keysock.h | 128 #define KEYSOCK_ISREG(ks, satype) (((ks)->keysock_registered[(satype) >> 3]) & \ argument 129 (1 << ((satype) & 63))) 130 #define KEYSOCK_SETREG(ks, satype) (ks)->keysock_registered[(satype) >> 3] |= \ argument 131 (1 << ((satype) & 63))
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | keysock.c | 1027 keysock_passdown(keysock_t *ks, mblk_t *mp, uint8_t satype, sadb_ext_t *extv[], in keysock_passdown() argument 1076 kc = keystack->keystack_consumers[satype]; in keysock_passdown() 1604 uint8_t satype; in keysock_parse() local 1734 satype = samsg->sadb_msg_satype; in keysock_parse() 1735 if (satype == SADB_SATYPE_UNSPEC) { in keysock_parse() 1745 while (satype <= SADB_SATYPE_MAX) { in keysock_parse() 1746 if (KEYSOCK_ISREG(ks, satype)) in keysock_parse() 1748 satype++; in keysock_parse() 1750 if (satype > SADB_SATYPE_MAX) { in keysock_parse() 1755 keysock_passdown(ks, mp, satype, extv, B_FALSE); in keysock_parse() [all …]
|
H A D | sadb.c | 1718 void (*ager)(void *), void *agerarg, timeout_id_t *top, int satype) in sadb_keysock_hello() argument 1738 (satype == SADB_SATYPE_ESP)? "ESP" : "AH or other"); in sadb_keysock_hello() 1746 kha->ks_hello_satype = (uint8_t)satype; in sadb_keysock_hello() 5266 sadb_x_ecomb_t *ecomb, uint8_t satype, uint8_t algtype, argument 5298 algdesc->sadb_x_algdesc_satype = satype; 5750 sadb_setup_acquire(ipsacq_t *acqrec, uint8_t satype, ipsec_stack_t *ipss) argument 5821 samsg->sadb_msg_satype = satype;
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 233 msg_init(struct sadb_msg *msg, uint8_t type, uint8_t satype) in msg_init() argument 238 msg->sadb_msg_satype = satype; in msg_init() 1033 doflush(int satype) in doflush() argument 1038 msg_init(&msg, SADB_FLUSH, (uint8_t)satype); in doflush() 1059 msg.sadb_msg_satype != (uint8_t)satype) { in doflush() 1069 warnx(gettext("Cannot flush SA type %d."), satype); in doflush() 1086 dodump(int satype, FILE *ofile) in dodump() argument 1097 msg_init(msg, SADB_DUMP, (uint8_t)satype); in dodump() 1133 satype); in dodump() 1642 doaddup(int cmd, int satype, char *argv[], char *ebuf) in doaddup() argument [all …]
|