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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c752 const ips_act_props_t *act_ptr)
761 ATTR(ap, SPD_ATTR_TYPE, act_ptr->iap_action);
763 if (act_ptr->iap_action == SPD_ACTTYPE_PASS)
767 if (act_ptr->iap_attr != 0)
769 ATTR(ap, SPD_ATTR_FLAGS, act_ptr->iap_attr);
772 if (act_ptr->iap_attr & SPD_APPLY_ESP) {
776 ap = emit_alg(ap, ESP_ENCR, &act_ptr->iap_eencr,
781 ap = emit_alg(ap, ESP_AUTH, &act_ptr->iap_eauth,
787 if (act_ptr->iap_attr & SPD_APPLY_AH) {
790 ap = emit_alg(ap, AH_AUTH, &act_ptr
751 ips_act_props_to_action(struct spd_attribute *ap, uint32_t *rule_priorityp, const ips_act_props_t *act_ptr) argument
862 ips_act_wild_props_to_action(struct spd_attribute *ap, uint32_t *rule_priorityp, uint16_t *act_cntp, const ips_act_props_t *act_ptr) argument
993 ips_act_props_t *act_ptr; local
[all...]

Completed in 67 milliseconds