Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c86 static void *tcp_thread(void *);
424 if ((terr = thr_create(0, 0, tcp_thread, NULL, 0, NULL)) != 0) { in start_tcp_thr()
457 tcp_thread(void *arg __unused) in tcp_thread() function