Home
last modified time | relevance | path

Searched refs:SADB_GET (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/setkey/
H A Dsetkey.c708 case SADB_GET: in postproc()
731 case SADB_GET: in postproc()
H A Dparse.y258 status = setkeymsg_addr(SADB_GET, $5, $3, $4, 0);
/netbsd-src/sys/net/
H A Dpfkeyv2.h59 #define SADB_GET 5 macro
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Drfc2367.txt77 3.1.5 SADB_GET ................................................. 36
370 Then, the trusted privileged application uses an SADB_GET message to
491 The SADB_GET message is used by a trusted application-layer process
1697 #define SADB_GET 5
1978 3.1.5 SADB_GET
1980 The SADB_GET message allows a process to retrieve a copy of a
1986 The message behavior of the SADB_GET message is:
1988 Send an SADB_GET message from a user process to the kernel.
1992 The kernel returns the SADB_GET message to the socket that sent
1993 the SADB_GET message.
[all …]
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dstrnames.c871 { SADB_GET, "GET", NULL },
H A Dracoonctl.c1488 case SADB_GET:
/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey.c682 if ((len = pfkey_send_x2(so, SADB_GET, satype, mode, src, dst, spi)) < 0) in pfkey_send_get()
2102 case SADB_GET: in pfkey_check()
/netbsd-src/sys/netipsec/
H A Dkey.c3897 * subroutine for SADB_GET and SADB_DUMP. It never return NULL.
6399 * SADB_GET processing
6482 n = key_setdumpsa(sav, SADB_GET, satype, mhp->msg->sadb_msg_seq, in key_api_get()
7821 key_api_get, /* SADB_GET */
7939 case SADB_GET: in key_parse()