Searched defs:satype (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ |
H A D | keysock.h | 128 #define KEYSOCK_ISREG(ks, satype) (((ks)->keysock_registered[(satype) >> 3]) & \ argument 130 #define KEYSOCK_SETREG(ks, satype) (ks)->keysock_registered[(satype) >> 3] |= \ argument
|
/titanic_50/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() 1604 uint8_t satype; in keysock_parse() local 1914 keysock_link_consumer(uint8_t satype, keysock_consumer_t *kc) in keysock_link_consumer() 2014 uint8_t satype = samsg->sadb_msg_satype; in keysock_passup() local
|
H A D | sadb.c | 1718 void (*ager)(void *), void *agerarg, timeout_id_t *top, int satype) in sadb_keysock_hello() 5266 sadb_x_ecomb_t *ecomb, uint8_t satype, uint8_t algtype, 5750 sadb_setup_acquire(ipsacq_t *acqrec, uint8_t satype, ipsec_stack_t *ipss)
|
/titanic_50/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() 1033 doflush(int satype) in doflush() 1086 dodump(int satype, FILE *ofile) in dodump() 1642 doaddup(int cmd, int satype, char *argv[], char *ebuf) in doaddup() 2972 dodelget(int cmd, int satype, char *argv[], char *ebuf) in dodelget() 3421 int cmd, satype; in parseit() local
|