Searched refs:end_of_pkt (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcnpkt.c131 unsigned8 *end_of_pkt,
138 unsigned8 *end_of_pkt,
145 unsigned8 *end_of_pkt,
156 unsigned8 *end_of_pkt,
160 SWAP_INPLACE_32(&uuid_p->time_low, end_of_pkt, st);
163 SWAP_INPLACE_16(&uuid_p->time_mid, end_of_pkt, st);
167 SWAP_INPLACE_16(&uuid_p->time_hi_and_version, end_of_pkt, st);
174 unsigned8 *end_of_pkt,
178 SWAP_INPLACE_UUID(&syntax_p->id, end_of_pkt, st);
181 SWAP_INPLACE_32(&syntax_p->version, end_of_pkt, s
152 SWAP_INPLACE_UUID( idl_uuid_t *uuid_p, unsigned8 *end_of_pkt, unsigned32 *st ) argument
170 SWAP_INPLACE_SYNTAX( rpc_cn_pres_syntax_id_p_t syntax_p, unsigned8 *end_of_pkt, unsigned32 *st ) argument
222 unpack_port_any( rpc_cn_port_any_t *port_any_p, unsigned8 *drepp, unsigned8 *end_of_pkt, unsigned32 *st ) argument
317 unpack_pres_context_list( rpc_cn_pres_cont_list_p_t pcontp, boolean32 swap, unsigned8 *end_of_pkt, unsigned32 *st ) argument
443 unpack_pres_result_list( rpc_cn_pres_result_list_p_t presp, boolean32 swap, unsigned8 *end_of_pkt, unsigned32 *st ) argument
753 unsigned8 *end_of_pkt; /* ptr to 1 byte past end of packet */ local
771 SWAP_INPLACE_16 (&RPC_CN_PKT_FRAG_LEN (pkt_p), end_of_pkt, &st); local
777 SWAP_INPLACE_16 (&RPC_CN_PKT_AUTH_LEN (pkt_p), end_of_pkt, &st); local
783 SWAP_INPLACE_32 (&RPC_CN_PKT_CALL_ID (pkt_p), end_of_pkt, &st); local
814 SWAP_INPLACE_16 (&RPC_CN_PKT_MAX_XMIT_FRAG (pkt_p), end_of_pkt, &st); local
820 SWAP_INPLACE_16 (&RPC_CN_PKT_MAX_RECV_FRAG (pkt_p), end_of_pkt, &st); local
826 SWAP_INPLACE_32 (&RPC_CN_PKT_ASSOC_GROUP_ID (pkt_p), end_of_pkt, &st); local
847 SWAP_INPLACE_16 (&RPC_CN_PKT_MAX_XMIT_FRAG (pkt_p), end_of_pkt, &st); local
853 SWAP_INPLACE_16 (&RPC_CN_PKT_MAX_RECV_FRAG (pkt_p), end_of_pkt, &st); local
859 SWAP_INPLACE_32 (&RPC_CN_PKT_ASSOC_GROUP_ID (pkt_p), end_of_pkt, &st); local
887 SWAP_INPLACE_16 (&RPC_CN_PKT_PROV_REJ_REASON (pkt_p), end_of_pkt, &st); local
903 SWAP_INPLACE_32 (&RPC_CN_PKT_ALLOC_HINT (pkt_p), end_of_pkt, &st); local
909 SWAP_INPLACE_16 (&RPC_CN_PKT_PRES_CONT_ID (pkt_p), end_of_pkt, &st); local
915 SWAP_INPLACE_16 (&RPC_CN_PKT_OPNUM (pkt_p), end_of_pkt, &st); local
923 SWAP_INPLACE_UUID (&RPC_CN_PKT_OBJECT (pkt_p), end_of_pkt, &st); local
939 SWAP_INPLACE_32 (&RPC_CN_PKT_ALLOC_HINT (pkt_p), end_of_pkt, &st); local
945 SWAP_INPLACE_16 (&RPC_CN_PKT_PRES_CONT_ID (pkt_p), end_of_pkt, &st); local
960 SWAP_INPLACE_32 (&RPC_CN_PKT_ALLOC_HINT (pkt_p), end_of_pkt, &st); local
966 SWAP_INPLACE_16 (&RPC_CN_PKT_PRES_CONT_ID (pkt_p), end_of_pkt, &st); local
972 SWAP_INPLACE_32 (&RPC_CN_PKT_STATUS (pkt_p), end_of_pkt, &st); local
[all...]
H A Dcommonp.h334 #define SWAP_INPLACE_16(ptr, end_of_pkt, st) { \
335 if (((unsigned8 *) (ptr) + 1) < (const unsigned8 *) (end_of_pkt)) \
348 #define SWAP_INPLACE_32(ptr, end_of_pkt, st) { \
349 if (((unsigned8 *) (ptr) + 3) < (const unsigned8 *) (end_of_pkt)) \
H A Dcnsassm.c1502 unsigned8 *end_of_pkt; /* ptr to 1 byte past end of packet */
1519 end_of_pkt = (unsigned8 *) req_header;
1520 end_of_pkt += ((rpc_cn_fragbuf_t *)event_param)->data_size;
1575 ((unsigned8 *) pres_cont_list > (unsigned8 *) end_of_pkt) ||
1577 ((unsigned8 *) end_ptr > (unsigned8 *) end_of_pkt) )
1985 unsigned8 *end_of_pkt; /* ptr to 1 byte past end of packet */
2005 end_of_pkt = (unsigned8 *) req_header;
2006 end_of_pkt += ((rpc_cn_fragbuf_t *)event_param)->data_size;
2247 ((unsigned8 *) pres_cont_list > (unsigned8 *) end_of_pkt) ||
2249 ((unsigned8 *) end_ptr > (unsigned8 *) end_of_pkt) )
1481 unsigned8 *end_of_pkt; /* ptr to 1 byte past end of packet */ local
1961 unsigned8 *end_of_pkt; /* ptr to 1 byte past end of packet */ local
[all...]
H A Dcnpkt.h1141 unsigned8 *end_of_pkt,
1147 unsigned8 *end_of_pkt,

Completed in 80 milliseconds