Searched refs:IREV (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dbyteorder.h156 #define IREV(x) ((SREV(x)<<16) | (SREV((x)>>16))) macro
160 #define RIVAL(buf,pos) IREV(IVAL(buf,pos))
161 #define RIVALS(buf,pos) IREV(IVALS(buf,pos))
164 #define RSIVAL(buf,pos,val) SIVAL(buf,pos,IREV(val))
165 #define RSIVALS(buf,pos,val) SIVALS(buf,pos,IREV(val))
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbindd_util.c810 if (((vers == -1) && bigendianheader) || (IREV(vers) == IDMAP_VERSION)) {
822 wm = IREV(wm);
835 wm = IREV(wm);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/groupdb/
H A Dmapping.c150 if ((vers_id == DATABASE_VERSION_V1) || (IREV(vers_id) == DATABASE_VERSION_V1)) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_srvsvc_nt.c150 if ((vers_id == SHARE_DATABASE_VERSION_V1) || (IREV(vers_id) == SHARE_DATABASE_VERSION_V1)) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/printing/
H A Dnt_printing.c330 if ((vers_id == NTDRIVERS_DATABASE_VERSION_2) || (IREV(vers_id) == NTDRIVERS_DATABASE_VERSION_2)) {
339 if ((vers_id == NTDRIVERS_DATABASE_VERSION_1) || (IREV(vers_id) == NTDRIVERS_DATABASE_VERSION_1)) {

Completed in 76 milliseconds