Home
last modified time | relevance | path

Searched refs:NCP_REPLY (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ncpfs/
Dsock.c424 if (reply.type != NCP_POSITIVE_ACK && reply.type != NCP_REPLY) { in ncpdgram_rcv_proc()
440 } else if (reply.type == NCP_REPLY) { in ncpdgram_rcv_proc()
598 if (type != NCP_REPLY) { in __ncptcp_rcv_proc()
627 ((struct ncp_reply_header*)server->rxbuf)->type = NCP_REPLY; in __ncptcp_rcv_proc()
/linux-4.1.27/include/uapi/linux/
Dncp.h32 #define NCP_REPLY (0x3333) macro