Searched refs:byte_order (Results 1 – 2 of 2) sorted by relevance
276 int byte_order; in ndr_decode_hdr_common() local307 byte_order = hdr->packed_drep.intg_char_rep & NDR_REPLAB_INTG_MASK; in ndr_decode_hdr_common()308 nds->swap = (byte_order != ndr_native_byte_order) ? 1 : 0; in ndr_decode_hdr_common()370 int byte_order; in ndr_decode_frag_hdr() local379 byte_order = hdr->packed_drep.intg_char_rep & NDR_REPLAB_INTG_MASK; in ndr_decode_frag_hdr()381 if (byte_order != ndr_native_byte_order) { in ndr_decode_frag_hdr()
41 uchar_t byte_order; /* the endian characteristics of the mapping */ member