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

/illumos-gate/usr/src/lib/libnsl/ipsec/
H A Dalgs.c194 ipsec_proto_t *rc = NULL, *new_proto = NULL; local
266 new_proto = (ipsec_proto_t *)realloc(rc,
268 rc = new_proto;
269 if (new_proto == NULL)
271 new_proto += (rc_num - 1);
272 new_proto->proto_num = new_num;
273 new_proto->proto_algs = NULL;
274 new_proto->proto_numalgs = 0;
275 new_proto->proto_name = strdup(proto_name);
276 if (new_proto
[all...]
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dalgs.c653 ipsec_proto_t *protos, *current_proto, *new_proto; local
690 new_proto = realloc(protos, num_protos *
692 if (new_proto == NULL) {
696 protos = new_proto;
697 new_proto += (num_protos - 1);
700 new_proto->proto_num = proto_num;
701 new_proto->proto_numalgs = 0;
702 new_proto->proto_algs = NULL;
703 new_proto->proto_name = strdup(proto_name);
704 if (new_proto
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c748 new_proto(void) function
1184 new_proto();

Completed in 214 milliseconds