Searched refs:tlx_info_t (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd_impl.h | 282 extern int create_bound_endpoint(const instance_t *, tlx_info_t *); 284 extern int tlx_accept(const char *, tlx_info_t *, struct sockaddr_storage *); 289 extern boolean_t tlx_info_equal(const tlx_info_t *, const tlx_info_t *,
|
H A D | tlx.c | 212 tlx_info_equal(const tlx_info_t *ti, const tlx_info_t *ti2, boolean_t isrpc) in tlx_info_equal() 309 create_bound_endpoint(const instance_t *inst, tlx_info_t *tlx_info) in create_bound_endpoint() 446 process_tlook(const char *fmri, tlx_info_t *tlx_info) in process_tlook() 535 tlx_accept(const char *fmri, tlx_info_t *tlx_info, in tlx_accept()
|
H A D | config.c | 263 if (tlx_info_equal((tlx_info_t *)lv, (tlx_info_t *)rv, in proto_info_compare()
|
H A D | inetd.c | 1092 (tlx_info_t *)pi); in create_bound_fds() 3174 tlx_info_t *tl = (tlx_info_t *)pi; in pending_connections() 3189 tlx_info_t *tl = (tlx_info_t *)pi; in accept_connection() 3193 fd = tlx_accept(instance->fmri, (tlx_info_t *)pi, in accept_connection()
|
/titanic_50/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 377 destroy_tlx_info(tlx_info_t *tlx) in destroy_tlx_info() 405 static tlx_info_t * 409 tlx_info_t *ret; in create_tlx_info() 411 if ((ret = calloc(1, sizeof (tlx_info_t))) == NULL) in create_tlx_info() 494 destroy_tlx_info((tlx_info_t *)pi); in destroy_proto_info() 680 tlx_info_t *ti = NULL; in valid_props()
|
H A D | inetsvc.h | 220 } tlx_info_t; typedef
|