Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c962 int *proto_nums, proto_count, i; in algs_walker() local
966 proto_nums = getipsecprotos(&proto_count); in algs_walker()
967 if (proto_nums == NULL) { in algs_walker()
974 proto_action(proto_nums[i]); in algs_walker()
976 alg_nums = getipsecalgs(&alg_count, proto_nums[i]); in algs_walker()
978 free(proto_nums); in algs_walker()
983 alg = getipsecalgbynum(alg_nums[j], proto_nums[i], in algs_walker()
993 free(proto_nums); in algs_walker()