Lines Matching refs:tcp_port
228 groupp->group_name, groupp->tcp_port); in vntsd_clean_group()
320 grp_by_tcp(vntsd_group_t *groupp, uint64_t *tcp_port) in grp_by_tcp() argument
323 assert(tcp_port); in grp_by_tcp()
324 return (groupp->tcp_port == *tcp_port); in grp_by_tcp()
329 alloc_group(vntsd_t *vntsdp, char *group_name, uint64_t tcp_port) in alloc_group() argument
350 groupp->tcp_port = tcp_port; in alloc_group()
355 D1(stderr, "t@%d alloc_group@%lld:%s\n", thr_self(), groupp->tcp_port, in alloc_group()
389 (compare_func_t)grp_by_tcp, (void *)&(consp->tcp_port)); in alloc_cons_with_group()
441 consp->tcp_port); in alloc_cons_with_group()
488 D1(stderr, "t@%d create_listen:%lld\n", thr_self(), groupp->tcp_port); in create_listen_thread()
496 groupp->tcp_port); in create_listen_thread()