Home
last modified time | relevance | path

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

/fs/ncpfs/
Dsock.c69 u_int16_t tx_type; member
433 if (req && (req->tx_type == NCP_ALLOC_SLOT_REQUEST || (server->sequence == reply.sequence && in ncpdgram_rcv_proc()
442 if (result >= 0 && server->sign_active && req->tx_type != NCP_DEALLOC_SLOT_REQUEST) { in ncpdgram_rcv_proc()
639 if (req->tx_type != NCP_ALLOC_SLOT_REQUEST) { in __ncptcp_rcv_proc()
652 if (server->sign_active && req->tx_type != NCP_DEALLOC_SLOT_REQUEST) { in __ncptcp_rcv_proc()
715 req->tx_type = *(u_int16_t*)server->packet; in do_ncp_rpc_call()