Home
last modified time | relevance | path

Searched refs:ncp_reply_header (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/ncpfs/
Dsock.c83 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()
Dncplib_kernel.h51 return sizeof(struct ncp_reply_header) + 2 + 2 + size + 8; in ncp_read_bounce_size()
Dncplib_kernel.c89 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()
/linux-2.4.37.9/include/linux/
Dncp.h35 struct ncp_reply_header { struct