Lines Matching defs:do_server

173 static void do_server(void)
186 debug_printf("[%"PRIuDOMAINID"]do_server(): Server started\n", disp_get_domain_id());
189 debug_printf("[%"PRIuDOMAINID"]do_server(): server going to init lwip\n",
200 debug_printf("[%"PRIuDOMAINID"]do_server(): socket failed: %d errno: %d\n",
205 debug_printf("[%"PRIuDOMAINID"]do_server(): listen socket created %d\n",
215 debug_printf("[%"PRIuDOMAINID"]do_server(): Error calling bind() errno: %d\n",
220 debug_printf("[%"PRIuDOMAINID"]do_server(): ^^^^^^^^ listen socket bound to %d, now starting listen\n",
227 debug_printf("[%"PRIuDOMAINID"]do_server(): Error calling listen() errno: %d\n",
232 debug_printf("[%"PRIuDOMAINID"]do_server(): listen socket listening\n",
235 debug_printf("[%"PRIuDOMAINID"]do_server(): ^^^^^^^^^^^^^^^^^^^ calling accept on listen socket\n",
244 debug_printf("[%"PRIuDOMAINID"]do_server(): Error calling accept() errno: %d\n",
249 debug_printf("[%"PRIuDOMAINID"]do_server(): ^^^^^^^^^^^^^^^^^^^ accepted a connection on socket %d\n",
251 debug_printf("[%"PRIuDOMAINID"]do_server(): c_sock connected to: \n",
254 debug_printf("[%"PRIuDOMAINID"]do_server(): port: %u\n",
264 debug_printf("[%"PRIuDOMAINID"]do_server(): ^^^^^^^^^^^^^^^^ ##### server_1: Forking\n",
268 debug_printf("[%"PRIuDOMAINID"]do_server(): failed to spawn child\n",
272 debug_printf("[%"PRIuDOMAINID"]do_server(): ^^^^^^^^^^ ################ child spawned\n",
277 debug_printf("[%"PRIuDOMAINID"]do_server(): closing connected socket %d\n",
286 } // end function: do_server
323 do_server();