Searched refs:pfkey_send_x3 (Results 1 - 1 of 1) sorted by relevance
/external/ipsec-tools/src/libipsec/ |
H A D | pfkey.c | 62 static int pfkey_send_x3 __P((int, u_int, u_int)); 700 if ((len = pfkey_send_x3(so, SADB_REGISTER, satype)) < 0) 824 if ((len = pfkey_send_x3(so, SADB_FLUSH, satype)) < 0) 843 if ((len = pfkey_send_x3(so, SADB_DUMP, satype)) < 0) 868 if ((len = pfkey_send_x3(so, SADB_X_PROMISC, 1095 if ((len = pfkey_send_x3(so, SADB_X_SPDFLUSH, SADB_SATYPE_UNSPEC)) < 0) 1113 if ((len = pfkey_send_x3(so, SADB_X_SPDDUMP, SADB_SATYPE_UNSPEC)) < 0) 1576 pfkey_send_x3(so, type, satype) function
|
Completed in 18 milliseconds