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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c212 } act_prop_t; typedef in typeref:struct:act_prop_s
221 /* structure to hold all information for one act_prop_t */
334 static int parse_one(FILE *, act_prop_t *);
2498 act_prop_t *act_props = malloc(sizeof (act_prop_t));
4054 parse_one(FILE *fp, act_prop_t *act_props)
4064 (void) memset(act_props, 0, sizeof (act_prop_t));
4209 form_ipsec_conf(act_prop_t *act_props, ips_conf_t *cptr)
5222 act_prop_t *act_props = malloc(sizeof (act_prop_t));
[all...]

Completed in 55 milliseconds