Searched refs:swap_bytes (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_ops.c | 39 * an error. The swap_bytes flag is 1 if NDR knows that the byte- 284 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) 292 ndo_hexfmt(data, n_bytes, swap_bytes, hexbuf, NDOBUFSZ); 297 if (!swap_bytes) 314 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) 503 ndo_hexfmt(uint8_t *data, int size, int swap_bytes, char *buf, int len) argument 520 if (swap_bytes == 0) /*LINTED E_BAD_PTR_CAST_ALIGN*/ 526 if (swap_bytes == 0) { /*LINTED E_BAD_PTR_CAST_ALIGN*/ 283 ndo_get_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) argument 313 ndo_put_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) argument
|
Completed in 64 milliseconds