Searched refs:proto_algs_pkgs (Results 1 – 3 of 3) sorted by relevance
65 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()
129 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()
293 ipsecalgs_pkg_t *proto_algs_pkgs; member