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

/osnet-11/usr/src/lib/libipsecutil/common/
H A Dalgs.c125 alg_has_pkg(ipsec_proto_t *proto, struct ipsecalgent *alg)
184 write_new_algfile(ipsec_proto_t *protos, int num_protos)
341 static ipsec_proto_t *
342 proto_setup(ipsec_proto_t **protos, int *num_protos, int proto_num,
346 ipsec_proto_t *current_proto, *ret_proto = NULL;
377 delipsecalgbyname_common(const char *name, ipsec_proto_t *proto,
436 ipsecalg_exists(struct ipsecalgent *newbie, ipsec_proto_t *proto)
486 ipsec_proto_t *protos, *current_proto;
577 ipsec_proto_t *protos, *current_proto;
597 ipsec_proto_t *proto
[all...]
H A Dipsec_util.h296 } ipsec_proto_t; typedef in typeref:struct:ipsec_proto
298 extern void _build_internal_algs(ipsec_proto_t **, int *);
351 extern void _clean_trash(ipsec_proto_t *, int);
/osnet-11/usr/src/lib/libnsl/ipsec/
H A Dalgs.c44 static ipsec_proto_t *protos;
48 _clean_trash(ipsec_proto_t *proto, int num)
184 * a bunch of ipsec_proto_t's, each with an array of struct ipsecalgent
187 static ipsec_proto_t *
193 ipsec_proto_t *rc = NULL, *new_proto = NULL;
265 new_proto = (ipsec_proto_t *)realloc(rc,
266 sizeof (ipsec_proto_t) * rc_num);
590 _build_internal_algs(ipsec_proto_t **alg_context, int *alg_nums)
594 ipsec_proto_t *new_protos = NULL, *trash;
756 static ipsec_proto_t *
[all...]

Completed in 33 milliseconds