Home
last modified time | relevance | path

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

/freebsd/sys/xdr/
H A Dxdr_mbuf.c40 static bool_t xdrmbuf_putlong(XDR *, const long *);
51 .x_putlong = xdrmbuf_putlong,
162 xdrmbuf_putlong(XDR *xdrs, const long *lp) in xdrmbuf_putlong() function