pack_type         170 source3/include/rpc_dce.h 	uint8  pack_type[4]; /* 0x1000 0000 - little-endian packed data representation */
pack_type        1389 source3/rpc_client/cli_pipe.c 	    && (state->rhdr.pack_type[0] == 0)) {
pack_type          39 source3/rpc_parse/parse_rpc.c 	hdr->pack_type[0] = 0x10;            /* little-endian data representation */
pack_type          40 source3/rpc_parse/parse_rpc.c 	hdr->pack_type[1] = 0;               /* packed data representation */
pack_type          41 source3/rpc_parse/parse_rpc.c 	hdr->pack_type[2] = 0;               /* packed data representation */
pack_type          42 source3/rpc_parse/parse_rpc.c 	hdr->pack_type[3] = 0;               /* packed data representation */
pack_type          72 source3/rpc_parse/parse_rpc.c 		rpc->pack_type[0] = 0x10;
pack_type          74 source3/rpc_parse/parse_rpc.c 	if(!prs_uint8("pack_type0", ps, depth, &rpc->pack_type[0]))
pack_type          76 source3/rpc_parse/parse_rpc.c 	if(!prs_uint8("pack_type1", ps, depth, &rpc->pack_type[1]))
pack_type          78 source3/rpc_parse/parse_rpc.c 	if(!prs_uint8("pack_type2", ps, depth, &rpc->pack_type[2]))
pack_type          80 source3/rpc_parse/parse_rpc.c 	if(!prs_uint8("pack_type3", ps, depth, &rpc->pack_type[3]))
pack_type          88 source3/rpc_parse/parse_rpc.c 	if (UNMARSHALLING(ps) && rpc->pack_type[0] == 0) {