Searched refs:NULL_xdrproc_t (Results 1 – 2 of 2) sorted by relevance
737 for (; choices->proc != NULL_xdrproc_t; choices++) in xdr_union()746 return ((dfault == NULL_xdrproc_t) ? FALSE : (*dfault) (xdrs, unp, LASTUNSIGNED)); in xdr_union()
246 #define NULL_xdrproc_t ((xdrproc_t)0) macro