Searched refs:IXDR_GET_U_LONG (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/am-utils/dist/libamu/
H A Dxdr_func.c2057 objp->rtmax = IXDR_GET_U_LONG(buf);
2058 objp->rtpref = IXDR_GET_U_LONG(buf);
2059 objp->rtmult = IXDR_GET_U_LONG(buf);
2060 objp->wtmax = IXDR_GET_U_LONG(buf);
2061 objp->wtpref = IXDR_GET_U_LONG(buf);
2062 objp->wtmult = IXDR_GET_U_LONG(buf);
2063 objp->dtpref = IXDR_GET_U_LONG(buf);
2262 objp->linkmax = IXDR_GET_U_LONG(buf);
2263 objp->name_max = IXDR_GET_U_LONG(buf);
/netbsd-current/common/include/rpc/
H A Dxdr.h263 #define IXDR_GET_U_LONG(buf) ((unsigned long)IXDR_GET_LONG(buf)) macro

Completed in 123 milliseconds