Searched refs:ncp_reply_header (Results 1 – 4 of 4) sorted by relevance
170 static inline int get_conn_number(struct ncp_reply_header *rp) in get_conn_number()391 struct ncp_reply_header reply; in ncpdgram_rcv_proc()627 ((struct ncp_reply_header*)server->rxbuf)->type = NCP_REPLY; in __ncptcp_rcv_proc()641 if (((struct ncp_reply_header*)server->rxbuf)->sequence != server->sequence) { in __ncptcp_rcv_proc()646 …if ((((struct ncp_reply_header*)server->rxbuf)->conn_low | (((struct ncp_reply_header*)server->rxb… in __ncptcp_rcv_proc()798 struct ncp_reply_header* reply = rpl; in ncp_request2()821 server->ncp_reply_size = result - sizeof(struct ncp_reply_header); in ncp_request2()
107 return &(server->packet[sizeof(struct ncp_reply_header) + offset]); in ncp_reply_data()892 buffer = buffer + sizeof(struct ncp_reply_header); in ncp_search_for_fileset()1018 sizeof(struct ncp_reply_header)); in ncp_read_bounce()1024 sizeof(struct ncp_reply_header) + 2 + in ncp_read_bounce()
53 return sizeof(struct ncp_reply_header) + 2 + 2 + size + 8; in ncp_read_bounce_size()
36 struct ncp_reply_header { struct