Searched refs:alloc_hint (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcnxfer.c622 * 1) call_rep->alloc_hint is not 0 - just use that value
623 * 2) call_rep->alloc_hint is 0 AND both first/last frag flags set -
624 calculate alloc_hint
625 * 3) call_rep->alloc_hint is 0 AND both first/last frag flags not set -
626 leave alloc_hint at 0 so its ignored and print warning
629 if (call_rep->alloc_hint != 0)
631 RPC_CN_PKT_ALLOC_HINT (header_p) = call_rep->alloc_hint;
632 call_rep->alloc_hint -= (RPC_CN_CREP_ACC_BYTCNT (call_rep) - RPC_CN_CREP_SIZEOF_HDR (call_rep));
639 /* single fragment being set, so we can calculate alloc_hint */
645 /* not a single fragment, yet call_rep->alloc_hint i
937 unsigned32 alloc_hint = 0; local
[all...]
H A Dcnpkt.h820 unsigned32 alloc_hint; /* 16:04 allocation hint */
878 unsigned32 alloc_hint; /* 16:04 allocation hint */
912 unsigned32 alloc_hint; /* 16:04 allocation hint */
1071 #define RPC_CN_PKT_ALLOC_HINT(pkt_p) (RPC_CN_HDR_RQST(pkt_p).hdr.alloc_hint)
811 unsigned32 alloc_hint; /* 16:04 allocation hint */ member in struct:__anon8242::__anon8243
868 unsigned32 alloc_hint; /* 16:04 allocation hint */ member in struct:__anon8244::__anon8245
901 unsigned32 alloc_hint; /* 16:04 allocation hint */ member in struct:__anon8246::__anon8247
H A Dcncclsm.c893 /* Fill in the alloc_hint */
894 call_rep->alloc_hint = rpc__cn_get_alloc_hint(stub_data_p);
H A Dcnp.h465 unsigned32 alloc_hint;
462 unsigned32 alloc_hint; member in struct:rpc_cn_call_rep_s_t
H A Dcnsclsm.c1786 /* Fill in the alloc_hint */
1787 call_rep->alloc_hint = rpc__cn_get_alloc_hint(stub_data_p);
H A Dcncall.c468 * Initialize alloc_hint to 0
470 call_rep->alloc_hint = 0;
1103 /* Request, responses and fault pkts have the alloc_hint that
1105 Note: alloc_hint field can be 0 */
1121 "%s flags 0x%x call id %d alloc_hint %d rcvd data size %d",
1426 /* Request, responses and fault pkts have the alloc_hint that
1428 Note: alloc_hint field can be 0 */
1433 ("PACKET: call receive last frag should have been set. flags 0x%x call id %d alloc_hint %d rcvd data size %d\n",

Completed in 280 milliseconds