xdrrec_endofrecord (3) Linux Manual Page
xdr – library routines for external data representation Synopsis And Description These routines allow C programmers to describe arbitrary data structures in a machine-independent fashion. Data for remote procedure calls are transmitted using these routines. The prototypes below are declared in <rpc/xdr.h> and make use of the following types: typedef int bool_t; typedef bool_t (*xdrproc_t)…
