Searched refs:ndo_hexfmt (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_ops.c | 76 static void ndo_hexfmt(uint8_t *, int, int, char *, int); 292 ndo_hexfmt(data, n_bytes, swap_bytes, hexbuf, NDOBUFSZ); 322 ndo_hexfmt((uint8_t *)buf, n_bytes, 0, hexbuf, NDOBUFSZ); 350 ndo_hexfmt(data, 16, 0, hexbuf, NDOBUFSZ); 503 ndo_hexfmt(uint8_t *data, int size, int swap_bytes, char *buf, int len) function
|
Completed in 44 milliseconds