Home
last modified time | relevance | path

Searched refs:istlx (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c246 proto_info_compare(const void *lv, const void *rv, void *istlx) in proto_info_compare() argument
262 if (*(boolean_t *)istlx) { in proto_info_compare()
284 (c1->istlx != c2->istlx)) in bind_config_equal()
298 if (uu_list_find(c2->proto_list, pi, (void *)&c1->istlx, in bind_config_equal()
H A Dtlx.c632 if (inst->config->basic->istlx) { in close_net_fd()
648 if (inst->config->basic->istlx) { in consume_wait_data()
H A Dinetd.c602 if (cfg->do_tcp_wrappers && !cfg->iswait && !cfg->istlx) { in tcp_wrappers_ok()
733 !inst->config->basic->iswait && !inst->config->basic->istlx) { in create_bound_socket()
1090 if (cfg->istlx) { in create_bound_fds()
1242 if (!cfg->basic->istlx && in expand_address()
3173 if (instance->config->basic->istlx) { in pending_connections()
3188 if (instance->config->basic->istlx) { in accept_connection()
/titanic_41/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c493 if (cfg->istlx) { in destroy_proto_info()
658 cfg->istlx = B_FALSE; in valid_props()
662 !(cfg->istlx = is_tlx_service(prop))) in valid_props()
666 if (!cfg->istlx && prop[PT_BIND_ADDR_INDEX].ip_error != IVE_UNSET && in valid_props()
710 if (!cfg->istlx || !isrpc) { in valid_props()
759 if (!cfg->istlx) { in valid_props()
788 } else if (cfg->istlx && (nconf != NULL) && in valid_props()
808 if (cfg->istlx) { in valid_props()
902 } else if (cfg->istlx && (ti != NULL)) { in valid_props()
906 } else if (!cfg->istlx && (si != NULL)) { in valid_props()
H A Dinetsvc.h242 boolean_t istlx; member