Searched refs:pfkey_setsadbmsg (Results 1 – 1 of 1) sorted by relevance
/external/ipsec-tools/src/libipsec/ |
D | pfkey.c | 68 static caddr_t pfkey_setsadbmsg __P((caddr_t, caddr_t, u_int, u_int, 432 p = pfkey_setsadbmsg((void *)newmsg, ep, SADB_GETSPI, in pfkey_send_getspi() 606 p = pfkey_setsadbmsg((void *)newmsg, ep, SADB_DELETE, (u_int)len, in pfkey_send_delete_all() 1121 p = pfkey_setsadbmsg((caddr_t)newmsg, ep, SADB_X_MIGRATE, (u_int)len, in pfkey_send_migrate() 1283 p = pfkey_setsadbmsg((void *)newmsg, ep, sa_parms->type, (u_int)len, in pfkey_send_x1() 1471 p = pfkey_setsadbmsg((void *)newmsg, ep, type, (u_int)len, satype, 0, in pfkey_send_x2() 1551 p = pfkey_setsadbmsg((void *)newmsg, ep, type, (u_int)len, satype, 0, in pfkey_send_x3() 1622 p = pfkey_setsadbmsg((void *)newmsg, ep, type, (u_int)len, in pfkey_send_x4() 1677 p = pfkey_setsadbmsg((void *)newmsg, ep, type, (u_int)len, in pfkey_send_x5() 2078 pfkey_setsadbmsg(caddr_t buf, caddr_t lim, u_int type, u_int tlen, in pfkey_setsadbmsg() function
|