Searched defs:ndr_native_byte_order (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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;
352 (hdr->common_hdr.endianness != ndr_native_byte_order) ? 1 : 0;
381 if (byte_order != ndr_native_byte_order) {

Completed in 74 milliseconds