Home
last modified time | relevance | path

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

/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Dpfkey.c135 static struct sadb_msg *pk_recv __P((int, int *));
212 msg = (struct sadb_msg *) pk_recv(fd, &len); in pfkey_handler()
338 msg = pk_recv(s, &len);
3653 pk_recv(so, lenp) in pk_recv() function