Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_ops.c76 static void ndo_hexfmt(uint8_t *, int, int, char *, int);
292 ndo_hexfmt(data, n_bytes, swap_bytes, hexbuf, NDOBUFSZ); in ndo_get_pdu()
322 ndo_hexfmt((uint8_t *)buf, n_bytes, 0, hexbuf, NDOBUFSZ); in ndo_put_pdu()
350 ndo_hexfmt(data, 16, 0, hexbuf, NDOBUFSZ); in ndo_tattle_error()
503 ndo_hexfmt(uint8_t *data, int size, int swap_bytes, char *buf, int len) in ndo_hexfmt() function