Searched refs:nds_bswap (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_marshal.c | 385 nds_bswap(&tmp->frag_length, &hdr->frag_length, in ndr_decode_frag_hdr() 387 nds_bswap(&tmp->auth_length, &hdr->auth_length, in ndr_decode_frag_hdr() 389 nds_bswap(&tmp->call_id, &hdr->call_id, sizeof (DWORD)); in ndr_decode_frag_hdr()
|
H A D | ndr_ops.c | 104 nds_bswap(void *srcbuf, void *dstbuf, size_t len) in nds_bswap() function 300 nds_bswap(data, (unsigned char *)buf, n_bytes); in ndo_get_pdu()
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | ndr.h | 461 void nds_bswap(void *src, void *dst, size_t len);
|