HomeSort by: relevance | last modified time | path
    Searched refs:IXDR_GET_U_LONG (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/am-utils/dist/libamu/
xdr_func.c 2057 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);
  /src/common/include/rpc/
xdr.h 263 #define IXDR_GET_U_LONG(buf) ((unsigned long)IXDR_GET_LONG(buf))

Completed in 19 milliseconds