Searched defs:proto_action (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c955 * Algorithm walker table. Call proto_action() for each protocol,
960 void (*proto_action)(uint_t))
973 if (proto_action != NULL)
974 proto_action(proto_nums[i]);
959 algs_walker(void (*alg_action)(struct ipsecalgent *), void (*proto_action)(uint_t)) argument

Completed in 59 milliseconds