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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c88 static void tcp_thread();
117 * tcp_thread to free the target list when finished; this is useful
404 * Starts the tcp_thread and allocates any necessary resources.
424 if ((terr = thr_create(0, NULL, (void *(*)(void *)) tcp_thread,
457 static void tcp_thread() { function
511 slp_err(LOG_CRIT, 0, "tcp_thread",
521 slp_err(LOG_INFO, 0, "tcp_thread",
530 slp_err(LOG_INFO, 0, "tcp_thread",

Completed in 46 milliseconds