Searched refs:ncp_reply_header (Results 1 – 4 of 4) sorted by relevance
83 struct ncp_reply_header* reply_buf, int max_reply_size) in do_ncp_rpc_call()101 struct ncp_reply_header reply; in do_ncp_rpc_call()253 } else if (result < sizeof(struct ncp_reply_header)) { in do_ncp_rpc_call()334 struct ncp_reply_header* reply_buf, int max_reply_size) in do_ncp_tcp_rpc_call()512 struct ncp_reply_header* reply = rpl; in ncp_request2()542 server->ncp_reply_size = result - sizeof(struct ncp_reply_header); in ncp_request2()
51 return sizeof(struct ncp_reply_header) + 2 + 2 + size + 8; in ncp_read_bounce_size()
89 return &(server->packet[sizeof(struct ncp_reply_header) + offset]); in ncp_reply_data()799 sizeof(struct ncp_reply_header)))); in ncp_read_bounce()805 sizeof(struct ncp_reply_header) + 2 + in ncp_read_bounce()
35 struct ncp_reply_header { struct