Searched defs:satype (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dkeysock.c1027 keysock_passdown(keysock_t *ks, mblk_t *mp, uint8_t satype, sadb_ext_t *extv[], argument
1076 kc = keystack->keystack_consumers[satype];
1604 uint8_t satype; local
1734 satype = samsg->sadb_msg_satype;
1735 if (satype == SADB_SATYPE_UNSPEC) {
1742 * Reassign satype based on the first
1745 while (satype <= SADB_SATYPE_MAX) {
1746 if (KEYSOCK_ISREG(ks, satype))
1748 satype++;
1750 if (satype > SADB_SATYPE_MA
1914 keysock_link_consumer(uint8_t satype, keysock_consumer_t *kc) argument
2014 uint8_t satype = samsg->sadb_msg_satype; local
[all...]
H A Dsadb.c1718 void (*ager)(void *), void *agerarg, timeout_id_t *top, int satype)
1738 (satype == SADB_SATYPE_ESP)? "ESP" : "AH or other");
1746 kha->ks_hello_satype = (uint8_t)satype;
5266 sadb_x_ecomb_t *ecomb, uint8_t satype, uint8_t algtype,
5298 algdesc->sadb_x_algdesc_satype = satype;
5742 * Generic setup of an RFC 2367 ACQUIRE message. Caller sets satype.
5750 sadb_setup_acquire(ipsacq_t *acqrec, uint8_t satype, ipsec_stack_t *ipss) argument
5821 samsg->sadb_msg_satype = satype;
1717 sadb_keysock_hello(queue_t **pfkey_qp, queue_t *q, mblk_t *mp, void (*ager)(void *), void *agerarg, timeout_id_t *top, int satype) argument
5265 sadb_new_algdesc(uint8_t *start, uint8_t *limit, sadb_x_ecomb_t *ecomb, uint8_t satype, uint8_t algtype, uint8_t alg, uint16_t minbits, uint16_t maxbits, ipsec_stack_t *ipss) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c233 msg_init(struct sadb_msg *msg, uint8_t type, uint8_t satype) argument
238 msg->sadb_msg_satype = satype;
1033 doflush(int satype) argument
1038 msg_init(&msg, SADB_FLUSH, (uint8_t)satype);
1059 msg.sadb_msg_satype != (uint8_t)satype) {
1069 warnx(gettext("Cannot flush SA type %d."), satype);
1086 dodump(int satype, FILE *ofile) argument
1097 msg_init(msg, SADB_DUMP, (uint8_t)satype);
1133 satype);
1179 * sadb_msg_satype: expected PF_KEY reply satype
1642 doaddup(int cmd, int satype, char *argv[], char *ebuf) argument
2972 dodelget(int cmd, int satype, char *argv[], char *ebuf) argument
3421 int cmd, satype; local
[all...]

Completed in 82 milliseconds