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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c55 char *proto_name; member in struct:__anon179
165 process_start_term(mp->inst, mp->proto_name);
184 char *proto_name)
220 if (proto_name != NULL) {
221 if ((me->proto_name = strdup(proto_name)) == NULL) {
228 me->proto_name = NULL;
241 if (me->proto_name != NULL)
242 free(me->proto_name);
256 if (me->proto_name !
183 register_method(instance_t *ins, pid_t pid, ctid_t cid, instance_method_t mthd, char *proto_name) argument
[all...]
H A Dinetd.c829 * set add them to the poll set, else remove them from it. If proto_name is
834 poll_bound_fds(instance_t *instance, boolean_t listen, char *proto_name) argument
843 if (proto_name == NULL ||
844 strcmp(pi->proto, proto_name) == 0) {
2170 * 'inst''s start method for the 'proto_name' protocol if this parameter is not
2174 process_start_term(instance_t *inst, char *proto_name) argument
2213 if (proto_name == NULL ||
2214 strcmp(pi->proto, proto_name) == 0)
2219 if (poll_bound_fds(inst, B_TRUE, proto_name) !=
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dfsm.h130 char *proto_name; /* String name for protocol (for messages) */ member in struct:fsm_callbacks
H A Dipcp.c1997 char *proto_name = ipcp_protent.name; local
2000 (void) flprintf(strptr, "%s disabled\n", proto_name);
2004 (void) flprintf(strptr, "%s state: %s", proto_name,
2006 (void) flprintf(strptr, "%s local %I remote %I", proto_name, go->ouraddr,
/illumos-gate/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
/illumos-gate/usr/src/lib/libnsl/ipsec/
H A Dalgs.c57 free(proto[num].proto_name);
193 char *proto_name, *params_string; local
247 proto_name = token;
275 new_proto->proto_name = strdup(proto_name);
276 if (new_proto->proto_name == NULL)
779 /* Can use strcasecmp because our proto_name is bounded. */
780 if (strcasecmp(protos[i].proto_name, name) == 0)
918 getipsecprotobyname(const char *proto_name) argument
926 proto = findprotobyname(proto_name);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c57 static char *proto_name, *alg_names_string, *block_sizes_string; variable
570 if (proto_name == NULL) {
574 proto_number = getipsecprotobyname(proto_name);
752 if ((rc = addipsecproto(proto_name, proto_number, proto_exec_mode,
757 proto_name, ipsecalgs_diag(rc));
767 if (proto_name == NULL) {
771 proto_number = getipsecprotobyname(proto_name);
774 "Unknown protocol \"%s\"."), proto_name);
808 if (proto_name == NULL) {
812 if ((rc = delipsecprotobyname(proto_name)) !
924 char *proto_name; local
[all...]

Completed in 81 milliseconds