Searched refs:native_order (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomsoc_smb.c477 int native_order; local
480 native_order = (NDR_LOCAL_INT_REP == ndr_c_int_big_endian) ? 0 : 1;
482 native_order = (NDR_LOCAL_INT_REP == ndr_c_int_little_endian) ? 0 : 1;
485 if (packet_order != native_order)

Completed in 83 milliseconds