Searched refs:SPD_EXT_ACTION (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dpfpolicy.h125 #define SPD_EXT_ACTION 6 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c267 act->spd_actions_exttype = SPD_EXT_ACTION;
395 if (exts[SPD_EXT_ACTION] == NULL) {
400 actp = (struct spd_ext_actions *)exts[SPD_EXT_ACTION];
H A Dipsecconf.c649 if (!exts[SPD_EXT_ACTION]) {
653 actp = (struct spd_ext_actions *)exts[SPD_EXT_ACTION];
1184 spd_ext_actions->spd_actions_exttype = SPD_EXT_ACTION;
2133 if (exts[SPD_EXT_ACTION] != NULL) {
2139 (struct spd_ext_actions *)exts[SPD_EXT_ACTION];
2336 case SPD_EXT_ACTION:
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c810 (struct spd_ext_actions *)extv[SPD_EXT_ACTION];
1710 act->spd_actions_exttype = SPD_EXT_ACTION;
2320 act->spd_actions_exttype = SPD_EXT_ACTION;
2463 act->spd_actions_exttype = SPD_EXT_ACTION;
2561 actp = (struct spd_ext_actions *)extv[SPD_EXT_ACTION];

Completed in 1005 milliseconds