Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_marshal.c39 static int ndr_decode_hdr_common(ndr_stream_t *, ndr_common_header_t *);
200 rc = ndr_decode_hdr_common(&nbuf->nb_nds, &hdr); in ndr_buf_decode()
307 rc = ndr_decode_hdr_common(nds, hdr); in ndr_decode_pdu_hdr()
332 ndr_decode_hdr_common(ndr_stream_t *nds, ndr_common_header_t *hdr) in ndr_decode_hdr_common() function