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

/freebsd-13-stable/lib/libc/rpc/
H A Dsvc_auth_des.c148 namelen = IXDR_GET_U_LONG(ixdr);
245 window = IXDR_GET_U_LONG(ixdr);
246 winverf = IXDR_GET_U_LONG(ixdr);
/freebsd-13-stable/include/rpc/
H A Dxdr.h271 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf)) macro
/freebsd-13-stable/sys/rpc/
H A Dxdr.h278 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf)) macro

Completed in 114 milliseconds