Searched refs:bind_nack (Results 1 – 3 of 3) sorted by relevance
158 RpcPktBindNAckHdr bind_nack; member
62 sizeof(Header->bind_ack), sizeof(Header->bind_nack), in RPCRT4_GetHeaderSize()238 …header = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, FIELD_OFFSET(RpcPktHdr, bind_nack.protocols… in RPCRT4_BuildBindNackHeader()244 header->common.frag_len = FIELD_OFFSET(RpcPktHdr, bind_nack.protocols[1]); in RPCRT4_BuildBindNackHeader()245 header->bind_nack.reject_reason = RejectReason; in RPCRT4_BuildBindNackHeader()246 header->bind_nack.protocols_count = 1; in RPCRT4_BuildBindNackHeader()247 header->bind_nack.protocols[0].rpc_ver = RpcVersion; in RPCRT4_BuildBindNackHeader()248 header->bind_nack.protocols[0].rpc_ver_minor = RpcVersionMinor; in RPCRT4_BuildBindNackHeader()
328 switch (response_hdr->bind_nack.reject_reason) in RpcAssoc_BindConnection()348 ERR("rejected bind for reason %d\n", response_hdr->bind_nack.reject_reason); in RpcAssoc_BindConnection()