Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/sasyncd/
H A Dpfkey.c315 pfkey_read(void) in pfkey_read() function
384 (void)pfkey_read(); in pfkey_read_message()
/openbsd-src/usr.sbin/ldpd/
H A Dpfkey.c250 pfkey_read(int sd, struct sadb_msg *h) in pfkey_read() function
291 rv = pfkey_read(sd, &hdr); in pfkey_reply()
H A Dldpe.h280 int pfkey_read(int, struct sadb_msg *);
H A Dldpe.c630 if (pfkey_read(fd, NULL) == -1) { in ldpe_setup_sockets()
631 fatal("pfkey_read failed, exiting..."); in ldpe_setup_sockets()
/openbsd-src/usr.sbin/bgpd/
H A Dsession.h281 int pfkey_read(int, struct sadb_msg *);
H A Dpfkey.c408 pfkey_read(int sd, struct sadb_msg *h) in pfkey_send()
449 rv = pfkey_read(sd, &hdr);
420 pfkey_read(int sd, struct sadb_msg *h) pfkey_read() function
H A Dbgpd.c410 if (pfkey_read(keyfd, NULL) == -1) { in main()
411 log_warnx("pfkey_read failed, exiting..."); in main()