Searched refs:NCP_REPLY (Results 1 – 2 of 2) sorted by relevance
423 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()
32 #define NCP_REPLY (0x3333) macro