DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
xdr_short
include/rpc/xdr.h
287
extern bool_t xdr_short(XDR *, short *);
lib/libc/xdr/xdr.c
499
return (xdr_short(xdrs, (short *)(void *)ep));