Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/rpc/
Dsvc_auth_unix.c75 str_len = IXDR_GET_U_LONG(buf); in _svcauth_unix()
86 gid_len = IXDR_GET_U_LONG(buf); in _svcauth_unix()
/openbsd/src/include/rpc/
Dxdr.h228 #define IXDR_GET_U_LONG(buf) ((unsigned long)IXDR_GET_LONG(buf)) macro