x_setpostn
return ((*(xdrs)->x_ops->x_setpostn)(xdrs, pos));
ops.x_setpostn = xdrmem_setpos;
ops.x_setpostn = xdrrec_setpos;
ops.x_setpostn = x_setpostn;
ops.x_setpostn = xdrstdio_setpos;
ops.x_setpostn = xdrrec_setpos;
bool_t (*x_setpostn)(struct XDR *, uint_t);
bool_t (*x_setpostn)(); /* lets you reposition the stream */
(*(xdrs)->x_ops->x_setpostn)(xdrs, pos)
(*(xdrs)->x_ops->x_setpostn)(xdrs, pos)
ops.x_setpostn = xdrmem_setpos;
ops.x_setpostn = x_setpostn;
ops.x_setpostn = x_setpostn;