Lines Matching defs:server

102 	struct ncp_server *server = sk->sk_user_data;  in ncp_tcp_data_ready()  local
110 struct ncp_server *server = sk->sk_user_data; in ncp_tcp_error_report() local
118 struct ncp_server *server = sk->sk_user_data; in ncp_tcp_write_space() local
129 struct ncp_server *server = (void*)v; in ncpdgram_timeout_call() local
134 static inline void ncp_finish_request(struct ncp_server *server, struct ncp_request_reply *req, int… in ncp_finish_request()
144 static void __abort_ncp_connection(struct ncp_server *server) in __abort_ncp_connection()
175 static inline void __ncp_abort_request(struct ncp_server *server, struct ncp_request_reply *req, in… in __ncp_abort_request()
194 static inline void ncp_abort_request(struct ncp_server *server, struct ncp_request_reply *req, int … in ncp_abort_request()
201 static inline void __ncptcp_abort(struct ncp_server *server) in __ncptcp_abort()
215 static void __ncptcp_try_send(struct ncp_server *server) in __ncptcp_try_send()
256 static inline void ncp_init_header(struct ncp_server *server, struct ncp_request_reply *req, struct… in ncp_init_header()
264 static void ncpdgram_start_request(struct ncp_server *server, struct ncp_request_reply *req) in ncpdgram_start_request()
293 static void ncptcp_start_request(struct ncp_server *server, struct ncp_request_reply *req) in ncptcp_start_request()
318 static inline void __ncp_start_request(struct ncp_server *server, struct ncp_request_reply *req) in __ncp_start_request()
331 static int ncp_add_request(struct ncp_server *server, struct ncp_request_reply *req) in ncp_add_request()
351 static void __ncp_next_request(struct ncp_server *server) in __ncp_next_request()
364 static void info_server(struct ncp_server *server, unsigned int id, const void * data, size_t len) in info_server()
384 struct ncp_server *server = in ncpdgram_rcv_proc() local
473 static void __ncpdgram_timeout_proc(struct ncp_server *server) in __ncpdgram_timeout_proc()
503 struct ncp_server *server = in ncpdgram_timeout_proc() local
510 static int do_tcp_rcv(struct ncp_server *server, void *buffer, size_t len) in do_tcp_rcv()
534 static int __ncptcp_rcv_proc(struct ncp_server *server) in __ncptcp_rcv_proc()
682 struct ncp_server *server = in ncp_tcp_rcv_proc() local
692 struct ncp_server *server = in ncp_tcp_tx_proc() local
700 static int do_ncp_rpc_call(struct ncp_server *server, int size, in do_ncp_rpc_call()
740 static int ncp_do_request(struct ncp_server *server, int size, in ncp_do_request()
794 int ncp_request2(struct ncp_server *server, int function, in ncp_request2()
831 int ncp_connect(struct ncp_server *server) in ncp_connect()
853 int ncp_disconnect(struct ncp_server *server) in ncp_disconnect()
865 void ncp_lock_server(struct ncp_server *server) in ncp_lock_server()
873 void ncp_unlock_server(struct ncp_server *server) in ncp_unlock_server()