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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c309 create_bound_endpoint(const instance_t *inst, tlx_info_t *tlx_info) argument
318 rpc_info_t *rpc = tlx_info->pr_info.ri;
320 if ((fd = t_open(tlx_info->dev_name, O_RDWR, NULL)) == -1) {
322 "instance %s, proto %s: %s"), tlx_info->dev_name,
323 fmri, tlx_info->pr_info.proto, t_strerror(t_errno));
327 if (tlx_info->pr_info.v6only) {
358 reqaddr = &(tlx_info->local_addr);
371 tlx_info->pr_info.proto);
446 process_tlook(const char *fmri, tlx_info_t *tlx_info) argument
449 int fd = tlx_info
535 tlx_accept(const char *fmri, tlx_info_t *tlx_info, struct sockaddr_storage *remote_addr) argument
[all...]

Completed in 64 milliseconds