Home | History | Annotate | Download | only in libipsec

Lines Matching full:lim

2162 pfkey_setsadbmsg(buf, lim, type, tlen, satype, seq, pid)
2164 caddr_t lim;
2176 if (buf + len > lim)
2197 pfkey_setsadbsa(buf, lim, spi, wsize, auth, enc, flags)
2199 caddr_t lim;
2209 if (buf + len > lim)
2231 pfkey_setsadbaddr(buf, lim, exttype, saddr, prefixlen, ul_proto)
2233 caddr_t lim;
2245 if (buf + len > lim)
2265 pfkey_setsadbkey(buf, lim, type, key, keylen)
2267 caddr_t lim;
2277 if (buf + len > lim)
2296 pfkey_setsadblifetime(buf, lim, type, l_alloc, l_bytes, l_addtime, l_usetime)
2298 caddr_t lim;
2308 if (buf + len > lim)
2342 pfkey_setsadbxsa2(buf, lim, mode0, reqid)
2344 caddr_t lim;
2355 if (buf + len > lim)
2369 pfkey_set_natt_type(buf, lim, type, l_natt_type)
2371 caddr_t lim;
2381 if (buf + len > lim)
2393 pfkey_set_natt_port(buf, lim, type, l_natt_port)
2395 caddr_t lim;
2405 if (buf + len > lim)
2419 pfkey_set_natt_frag(buf, lim, type, l_natt_frag)
2421 caddr_t lim;
2431 if (buf + len > lim)
2445 pfkey_setsecctx(buf, lim, type, ctx_doi, ctx_alg, sec_ctx, sec_ctxlen)
2447 caddr_t lim;
2459 if (buf + len > lim)