Searched refs:new_protos (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/ipsec/
H A Dalgs.c595 ipsec_proto_t *new_protos = NULL, *trash; local
600 * Construct new_protos from the file.
625 new_protos = build_list(f, &rc);
636 if (new_protos != NULL) {
640 protos = new_protos;
654 * cleanup, etc. And if new_protos is NULL, it's the caller's
657 *alg_context = new_protos;

Completed in 58 milliseconds