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

/osnet-11/usr/src/lib/libipsecutil/common/
H A Dalgs.c229 protos[i].proto_num, protos[i].proto_name));
637 free(proto->proto_name);
650 addipsecproto(const char *proto_name, int proto_num, argument
665 if ((strcmp(proto_name, current_proto->proto_name) == 0) &&
680 if (strcmp(protos[i].proto_name, proto_name) == 0) {
703 new_proto->proto_name = strdup(proto_name);
704 if (new_proto->proto_name
736 delipsecprotobyname(const char *proto_name) argument
[all...]
H A Dipsec_util.h289 char *proto_name; member in struct:ipsec_proto
/osnet-11/usr/src/lib/libnsl/ipsec/
H A Dalgs.c56 free(proto[num].proto_name);
192 char *proto_name, *params_string; local
246 proto_name = token;
274 new_proto->proto_name = strdup(proto_name);
275 if (new_proto->proto_name == NULL)
778 /* Can use strcasecmp because our proto_name is bounded. */
779 if (strcasecmp(protos[i].proto_name, name) == 0)
917 getipsecprotobyname(const char *proto_name) argument
925 proto = findprotobyname(proto_name);
[all...]

Completed in 32 milliseconds