Home
last modified time | relevance | path

Searched refs:ndr_native_byte_order (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_marshal.c34 static const int ndr_native_byte_order = NDR_REPLAB_INTG_BIG_ENDIAN; variable
36 static const int ndr_native_byte_order = NDR_REPLAB_INTG_LITTLE_ENDIAN; variable
370 nds->swap = (byte_order != ndr_native_byte_order) ? 1 : 0; in ndr_decode_hdr_common()
415 (hdr->common_hdr.endianness != ndr_native_byte_order) ? 1 : 0; in ndr_decode_pac_hdr()
446 if (byte_order != ndr_native_byte_order) { in ndr_decode_frag_hdr()