Searched refs:ncp_reply_header (Results 1 – 4 of 4) sorted by relevance
169 static inline int get_conn_number(struct ncp_reply_header *rp) in get_conn_number()390 struct ncp_reply_header reply; in ncpdgram_rcv_proc()626 ((struct ncp_reply_header*)server->rxbuf)->type = NCP_REPLY; in __ncptcp_rcv_proc()640 if (((struct ncp_reply_header*)server->rxbuf)->sequence != server->sequence) { in __ncptcp_rcv_proc()645 …if ((((struct ncp_reply_header*)server->rxbuf)->conn_low | (((struct ncp_reply_header*)server->rxb… in __ncptcp_rcv_proc()797 struct ncp_reply_header* reply = rpl; in ncp_request2()820 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()894 buffer = buffer + sizeof(struct ncp_reply_header); in ncp_search_for_fileset()1020 sizeof(struct ncp_reply_header)); in ncp_read_bounce()1026 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