Searched defs:swap_bytes (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libndr/common/ |
H A D | ndr_ops.c | 38 * an error. The swap_bytes flag is 1 if NDR knows that the byte- 321 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) 329 ndo_hexfmt(data, n_bytes, swap_bytes, hexbuf, NDOBUFSZ); 334 if (!swap_bytes) 351 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) 548 ndo_hexfmt(uint8_t *data, int size, int swap_bytes, char *buf, int len) argument 565 if (swap_bytes == 0) /*LINTED E_BAD_PTR_CAST_ALIGN*/ 571 if (swap_bytes == 0) { /*LINTED E_BAD_PTR_CAST_ALIGN*/ 320 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 350 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 16 milliseconds