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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c256 } ips_act_props_t; typedef in typeref:struct:ips_act_props_s
302 ips_act_props_t *ips_acts;
557 /* allocate an ips_act_props_t and link it in correctly */
558 static ips_act_props_t *
561 ips_act_props_t *ret;
562 ips_act_props_t *next = parent->ips_acts;
563 ips_act_props_t *current = NULL;
565 ret = (ips_act_props_t *)calloc(sizeof (ips_act_props_t), 1);
752 const ips_act_props_t *act_pt
[all...]

Completed in 48 milliseconds