tlx_info_t
if (tlx_info_equal((tlx_info_t *)lv, (tlx_info_t *)rv,
(tlx_info_t *)pi);
tlx_info_t *tl = (tlx_info_t *)pi;
tlx_info_t *tl = (tlx_info_t *)pi;
fd = tlx_accept(instance->fmri, (tlx_info_t *)pi,
extern int create_bound_endpoint(const instance_t *, tlx_info_t *);
extern int tlx_accept(const char *, tlx_info_t *, struct sockaddr_storage *);
extern boolean_t tlx_info_equal(const tlx_info_t *, const tlx_info_t *,
tlx_info_equal(const tlx_info_t *ti, const tlx_info_t *ti2, boolean_t isrpc)
create_bound_endpoint(const instance_t *inst, tlx_info_t *tlx_info)
process_tlook(const char *fmri, tlx_info_t *tlx_info)
tlx_accept(const char *fmri, tlx_info_t *tlx_info,
destroy_tlx_info(tlx_info_t *tlx)
static tlx_info_t *
tlx_info_t *ret;
if ((ret = calloc(1, sizeof (tlx_info_t))) == NULL)
destroy_tlx_info((tlx_info_t *)pi);
tlx_info_t *ti = NULL;