Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Dpfkeyv2.h61 #define SADB_REGISTER 7 macro
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Drfc2367.txt79 3.1.7 SADB_REGISTER ............................................ 38
257 SADB_REGISTER message) that it can obtain such SAs, then the Key
498 kernel via an SADB_REGISTER message. This ACQUIRE message will have
826 when control messages (e.g. SADB_FLUSH or SADB_REGISTER) are being
1699 #define SADB_REGISTER 7
2005 SADB_REGISTER message). SADB_ACQUIRE messages can be sent by
2092 3.1.7 SADB_REGISTER
2094 The SADB_REGISTER message allows an application to register its key
2096 SADB_REGISTER allows a socket to receive SADB_ACQUIRE messages for
2106 The reply of the SADB_REGISTER message contains a supported algorithm
[all …]
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A DTODO45 in the SADB_REGISTER message which happens asynchronously.
H A Dstrnames.c873 { SADB_REGISTER, "REGISTER", NULL },
/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey.c721 if ((len = pfkey_send_x3(so, SADB_REGISTER, satype)) < 0) in pfkey_send_register()
745 if (newmsg->sadb_msg_type == SADB_REGISTER && in pfkey_recv_register()