Searched refs:ipsec_proto_t (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libipsecutil/common/ |
H A D | algs.c | 125 alg_has_pkg(ipsec_proto_t *proto, struct ipsecalgent *alg) in alg_has_pkg() 184 write_new_algfile(ipsec_proto_t *protos, int num_protos) in write_new_algfile() 341 static ipsec_proto_t * 342 proto_setup(ipsec_proto_t **protos, int *num_protos, int proto_num, in proto_setup() 346 ipsec_proto_t *current_proto, *ret_proto = NULL; in proto_setup() 377 delipsecalgbyname_common(const char *name, ipsec_proto_t *proto, in delipsecalgbyname_common() 436 ipsecalg_exists(struct ipsecalgent *newbie, ipsec_proto_t *proto) in ipsecalg_exists() 486 ipsec_proto_t *protos, *current_proto; in addipsecalg() 577 ipsec_proto_t *protos, *current_proto; in delipsecalgbyname() 597 ipsec_proto_t *protos, *current_proto; in delipsecalgbynum() [all …]
|
H A D | ipsec_util.h | 296 } ipsec_proto_t; typedef 298 extern void _build_internal_algs(ipsec_proto_t **, int *); 351 extern void _clean_trash(ipsec_proto_t *, int);
|
/titanic_41/usr/src/lib/libnsl/ipsec/ |
H A D | algs.c | 45 static ipsec_proto_t *protos; 49 _clean_trash(ipsec_proto_t *proto, int num) in _clean_trash() 188 static ipsec_proto_t * 194 ipsec_proto_t *rc = NULL, *new_proto = NULL; in build_list() 266 new_proto = (ipsec_proto_t *)realloc(rc, in build_list() 267 sizeof (ipsec_proto_t) * rc_num); in build_list() 591 _build_internal_algs(ipsec_proto_t **alg_context, int *alg_nums) in _build_internal_algs() 595 ipsec_proto_t *new_protos = NULL, *trash; in _build_internal_algs() 757 static ipsec_proto_t * 770 static ipsec_proto_t * [all …]
|