Lines Matching refs:NET_DBG
160 NET_DBG("Server thread running"); in server_thread_fn()
165 NET_DBG("Accepting client connection.."); in server_thread_fn()
176 NET_DBG("accepted connection from [%s]:%d as fd %d", in server_thread_fn()
179 NET_DBG("calling recv()"); in server_thread_fn()
184 NET_DBG("calling send()"); in server_thread_fn()
189 NET_DBG("closing client fd"); in server_thread_fn()
217 NET_DBG("Creating server socket"); in test_common()
290 NET_DBG("listening on [%s]:%d as fd %d", in test_common()
293 NET_DBG("Creating server thread"); in test_common()
308 NET_DBG("Creating client socket"); in test_common()
364 NET_DBG("connecting to [%s]:%d with fd %d", in test_common()
374 NET_DBG("Calling send()"); in test_common()
379 NET_DBG("Calling recv()"); in test_common()
392 NET_DBG("closing client fd"); in test_common()
396 NET_DBG("closing server fd"); in test_common()
443 NET_DBG("Loading credentials"); in setup()