Home
last modified time | relevance | path

Searched refs:proto_algs_pkgs (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libnsl/ipsec/
H A Dalgs.c65 free(proto[num].proto_algs_pkgs[alg_offset].pkg_name); in _clean_trash()
66 free(proto[num].proto_algs_pkgs); in _clean_trash()
289 new_proto->proto_algs_pkgs = NULL; in build_list()
501 new_proto->proto_algs_pkgs = realloc( in build_list()
502 new_proto->proto_algs_pkgs, in build_list()
504 if (new_proto->proto_algs_pkgs == NULL) in build_list()
507 new_proto->proto_algs_pkgs[npkgs].alg_num = in build_list()
509 new_proto->proto_algs_pkgs[npkgs].pkg_name = in build_list()
511 if (new_proto->proto_algs_pkgs[npkgs].pkg_name in build_list()
/titanic_50/usr/src/lib/libipsecutil/common/
H A Dalgs.c129 if (proto->proto_algs_pkgs == NULL) in alg_has_pkg()
133 if (proto->proto_algs_pkgs[i].alg_num == alg->a_alg_num) in alg_has_pkg()
134 return (proto->proto_algs_pkgs[i].pkg_name); in alg_has_pkg()
709 new_proto->proto_algs_pkgs = NULL; in addipsecproto()
H A Dipsec_util.h293 ipsecalgs_pkg_t *proto_algs_pkgs; member