Lines Matching defs:server
101 struct ncp_server *server = sk->sk_user_data; in ncp_tcp_data_ready() local
109 struct ncp_server *server = sk->sk_user_data; in ncp_tcp_error_report() local
117 struct ncp_server *server = sk->sk_user_data; in ncp_tcp_write_space() local
128 struct ncp_server *server = (void*)v; in ncpdgram_timeout_call() local
133 static inline void ncp_finish_request(struct ncp_server *server, struct ncp_request_reply *req, int… in ncp_finish_request()
143 static void __abort_ncp_connection(struct ncp_server *server) in __abort_ncp_connection()
174 static inline void __ncp_abort_request(struct ncp_server *server, struct ncp_request_reply *req, in… in __ncp_abort_request()
193 static inline void ncp_abort_request(struct ncp_server *server, struct ncp_request_reply *req, int … in ncp_abort_request()
200 static inline void __ncptcp_abort(struct ncp_server *server) in __ncptcp_abort()
214 static void __ncptcp_try_send(struct ncp_server *server) in __ncptcp_try_send()
255 static inline void ncp_init_header(struct ncp_server *server, struct ncp_request_reply *req, struct… in ncp_init_header()
263 static void ncpdgram_start_request(struct ncp_server *server, struct ncp_request_reply *req) in ncpdgram_start_request()
292 static void ncptcp_start_request(struct ncp_server *server, struct ncp_request_reply *req) in ncptcp_start_request()
317 static inline void __ncp_start_request(struct ncp_server *server, struct ncp_request_reply *req) in __ncp_start_request()
330 static int ncp_add_request(struct ncp_server *server, struct ncp_request_reply *req) in ncp_add_request()
350 static void __ncp_next_request(struct ncp_server *server) in __ncp_next_request()
363 static void info_server(struct ncp_server *server, unsigned int id, const void * data, size_t len) in info_server()
383 struct ncp_server *server = in ncpdgram_rcv_proc() local
472 static void __ncpdgram_timeout_proc(struct ncp_server *server) in __ncpdgram_timeout_proc()
502 struct ncp_server *server = in ncpdgram_timeout_proc() local
509 static int do_tcp_rcv(struct ncp_server *server, void *buffer, size_t len) in do_tcp_rcv()
533 static int __ncptcp_rcv_proc(struct ncp_server *server) in __ncptcp_rcv_proc()
681 struct ncp_server *server = in ncp_tcp_rcv_proc() local
691 struct ncp_server *server = in ncp_tcp_tx_proc() local
699 static int do_ncp_rpc_call(struct ncp_server *server, int size, in do_ncp_rpc_call()
739 static int ncp_do_request(struct ncp_server *server, int size, in ncp_do_request()
793 int ncp_request2(struct ncp_server *server, int function, in ncp_request2()
830 int ncp_connect(struct ncp_server *server) in ncp_connect()
852 int ncp_disconnect(struct ncp_server *server) in ncp_disconnect()
864 void ncp_lock_server(struct ncp_server *server) in ncp_lock_server()
872 void ncp_unlock_server(struct ncp_server *server) in ncp_unlock_server()