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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c594 struct spd_ext_actions *actp;
653 actp = (struct spd_ext_actions *)exts[SPD_EXT_ACTION];
989 struct spd_ext_actions *spd_ext_actions; local
1182 spd_ext_actions = (struct spd_ext_actions *)next;
1184 spd_ext_actions->spd_actions_exttype = SPD_EXT_ACTION;
1187 ap = (struct spd_attribute *)(&spd_ext_actions[1]);
1204 spd_ext_actions->spd_actions_count = act_cnt;
1205 spd_ext_actions
2038 struct spd_ext_actions *spd_ext_actions; local
2250 struct spd_ext_actions *spd_ext_actions; local
[all...]
H A Dipsecalgs.c249 struct spd_ext_actions *act;
266 act = (struct spd_ext_actions *)(msg + 1);
337 struct spd_ext_actions *actp;
400 actp = (struct spd_ext_actions *)exts[SPD_EXT_ACTION];
/illumos-gate/usr/src/uts/common/net/
H A Dpfpolicy.h273 struct spd_ext_actions struct
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c809 struct spd_ext_actions *sactp =
810 (struct spd_ext_actions *)extv[SPD_EXT_ACTION];
1701 struct spd_ext_actions *act;
1708 act = (struct spd_ext_actions *)(base + offset);
2266 struct spd_ext_actions *act;
2292 size = sizeof (spd_msg_t) + sizeof (struct spd_ext_actions) +
2316 act = (struct spd_ext_actions *)cur;
2398 struct spd_ext_actions *act;
2421 size = sizeof (spd_msg_t) + sizeof (struct spd_ext_actions);
2459 act = (struct spd_ext_actions *)cu
[all...]

Completed in 79 milliseconds