Home
last modified time | relevance | path

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

/linux-3.3/fs/ncpfs/
Dsock.c423 if (reply.type != NCP_POSITIVE_ACK && reply.type != NCP_REPLY) { in ncpdgram_rcv_proc()
439 } else if (reply.type == NCP_REPLY) { in ncpdgram_rcv_proc()
597 if (type != NCP_REPLY) { in __ncptcp_rcv_proc()
626 ((struct ncp_reply_header*)server->rxbuf)->type = NCP_REPLY; in __ncptcp_rcv_proc()
/linux-3.3/include/linux/
Dncp.h32 #define NCP_REPLY (0x3333) macro