Searched defs:ecomb (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2434 struct sadb_x_ecomb *ecomb; local
2445 ecomb = (struct sadb_x_ecomb *)sofar;
2454 ecomb->sadb_x_ecomb_hard_allocations);
2456 ", "), ecomb->sadb_x_ecomb_hard_bytes);
2458 PRIu64 ", "), ecomb->sadb_x_ecomb_hard_addtime);
2460 PRIu64 "\n"), ecomb->sadb_x_ecomb_hard_usetime);
2465 ecomb->sadb_x_ecomb_soft_allocations);
2467 "bytes=%" PRIu64 ", "), ecomb->sadb_x_ecomb_soft_bytes);
2470 ecomb->sadb_x_ecomb_soft_addtime);
2472 PRIu64 "\n"), ecomb
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c342 ipsecah_fill_defs(sadb_x_ecomb_t *ecomb, netstack_t *ns) argument
346 ecomb->sadb_x_ecomb_soft_bytes = ahstack->ipsecah_default_soft_bytes;
347 ecomb->sadb_x_ecomb_hard_bytes = ahstack->ipsecah_default_hard_bytes;
348 ecomb->sadb_x_ecomb_soft_addtime =
350 ecomb->sadb_x_ecomb_hard_addtime =
352 ecomb->sadb_x_ecomb_soft_usetime =
354 ecomb->sadb_x_ecomb_hard_usetime =
H A Dipsecesp.c449 ipsecesp_fill_defs(sadb_x_ecomb_t *ecomb, netstack_t *ns) argument
453 ecomb->sadb_x_ecomb_soft_bytes = espstack->ipsecesp_default_soft_bytes;
454 ecomb->sadb_x_ecomb_hard_bytes = espstack->ipsecesp_default_hard_bytes;
455 ecomb->sadb_x_ecomb_soft_addtime =
457 ecomb->sadb_x_ecomb_hard_addtime =
459 ecomb->sadb_x_ecomb_soft_usetime =
461 ecomb->sadb_x_ecomb_hard_usetime =
H A Dsadb.c5266 sadb_x_ecomb_t *ecomb, uint8_t satype, uint8_t algtype,
5277 ecomb->sadb_x_ecomb_numalgs++;
5308 * Convert the given ipsec_action_t into an ecomb starting at *ecomb
5311 * return NULL if we ran out of room or a pointer to the end of the ecomb.
5318 sadb_x_ecomb_t *ecomb = (sadb_x_ecomb_t *)cur; local
5322 cur += sizeof (*ecomb);
5330 ecomb->sadb_x_ecomb_numalgs = 0;
5331 ecomb->sadb_x_ecomb_reserved = 0;
5332 ecomb
5265 sadb_new_algdesc(uint8_t *start, uint8_t *limit, sadb_x_ecomb_t *ecomb, uint8_t satype, uint8_t algtype, uint8_t alg, uint16_t minbits, uint16_t maxbits, ipsec_stack_t *ipss) argument
[all...]

Completed in 75 milliseconds