Lines Matching refs:net_server_s
204 struct net_server_s *ns;
228 struct net_server_s { struct
2165 static void ch_add_connection(struct net_server_s *ns, struct cl_host *ch, in ch_add_connection()
2186 static void ch_rem_connection(struct net_server_s *ns, struct cl_host *ch, in ch_rem_connection()
2201 static struct cl_host *net_find_client_host(struct net_server_s *ns, in net_find_client_host()
2216 static struct cl_host *net_add_client_host(struct net_server_s *ns, in net_add_client_host()
2253 struct net_server_s *ns = ch->ns; in net_ch_remove()
2274 static void net_add_connection(struct net_server_s *ns) in net_add_connection()
2459 static void handle_client_data(struct net_server_s *ns, int events) in handle_client_data()
2477 static void net_setup_pfds(struct net_server_s *ns) in net_setup_pfds()
2495 static int net_server_handle_connections(struct net_server_s *ns) in net_server_handle_connections()
2527 struct net_server_s net_server; in net_server()
2528 struct net_server_s *ns = &net_server; in net_server()