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

/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c439 boolean_t *act1, *act2; local
443 r = nvlist_lookup_boolean_array(p_nvl[0], "active", &act1, &n1);
455 } else if (!act1[0] && !act2[0]) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c3718 ipsec_action_t *act1, *act2; local
3728 act1 = p1->ipsp_act;
3731 while (act1 != NULL && act2 != NULL) {
3734 if (act1->ipa_allow_clear != act2->ipa_allow_clear ||
3735 act1->ipa_want_ah != act2->ipa_want_ah ||
3736 act1->ipa_want_esp != act2->ipa_want_esp ||
3737 act1->ipa_want_se != act2->ipa_want_se) {
3742 if (act1->ipa_want_ah) {
3743 if (act1->ipa_act.ipa_apply.ipp_auth_alg !=
3748 if (act1
[all...]

Completed in 56 milliseconds