Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_marshal.c33 static const int ndr_native_byte_order = NDR_REPLAB_INTG_BIG_ENDIAN; variable
35 static const int ndr_native_byte_order = NDR_REPLAB_INTG_LITTLE_ENDIAN; variable
308 nds->swap = (byte_order != ndr_native_byte_order) ? 1 : 0; in ndr_decode_hdr_common()
352 (hdr->common_hdr.endianness != ndr_native_byte_order) ? 1 : 0; in ndr_decode_pac_hdr()
381 if (byte_order != ndr_native_byte_order) { in ndr_decode_frag_hdr()