Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey.c1392 sa_parms->l_alloc, sa_parms->l_bytes, in pfkey_send_x1()
1399 sa_parms->l_alloc, sa_parms->l_bytes, in pfkey_send_x1()
2354 pfkey_setsadblifetime(caddr_t buf, caddr_t lim, u_int type, u_int32_t l_alloc, in pfkey_setsadblifetime() argument
2373 = (l_alloc * soft_lifetime_allocations_rate) /100; in pfkey_setsadblifetime()
2382 p->sadb_lifetime_allocations = l_alloc; in pfkey_setsadblifetime()
2518 u_int a_keylen, u_int flags, u_int32_t l_alloc, u_int64_t l_bytes, in pfkey_send_update() argument
2539 psaa.l_alloc = l_alloc; in pfkey_send_update()
2552 u_int a_keylen, u_int flags, u_int32_t l_alloc, u_int64_t l_bytes, in pfkey_send_update_nat() argument
2575 psaa.l_alloc = l_alloc; in pfkey_send_update_nat()
2593 u_int a_keylen, u_int flags, u_int32_t l_alloc, u_int64_t l_bytes, in pfkey_send_add() argument
[all …]
H A Dlibpfkey.h84 u_int32_t l_alloc; member
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dbackupsa.c155 sa_args->flags, sa_args->l_alloc,
277 GETNEXTNUM(sa_args.l_alloc, strtoul); in backupsa_from_file()
/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.c1036 static void *l_alloc (void *ud, void *ptr, size_t osize, size_t nsize) { in l_alloc() function
1114 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()