Home
last modified time | relevance | path

Searched refs:ndo_hexfmt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_ops.c75 static void ndo_hexfmt(uint8_t *, int, int, char *, int);
293 ndo_hexfmt(data, n_bytes, swap_bytes, hexbuf, NDOBUFSZ); in ndo_get_pdu()
323 ndo_hexfmt((uint8_t *)buf, n_bytes, 0, hexbuf, NDOBUFSZ); in ndo_put_pdu()
351 ndo_hexfmt(data, 16, 0, hexbuf, NDOBUFSZ); in ndo_tattle_error()
504 ndo_hexfmt(uint8_t *data, int size, int swap_bytes, char *buf, int len) in ndo_hexfmt() function