Searched refs:LOBYTE (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/include/
H A Dhopf6039.h26 #define LOBYTE(w) ((BYTE)(w)) macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/
H A De_os.h233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/netbsd-current/sys/arch/m68k/m68k/
H A Ddb_trace.c168 #define LOBYTE 0x000000ff macro
283 sp->k_entry = addr + (char)(instruc & LOBYTE);
/netbsd-current/crypto/external/bsd/openssl/dist/
H A De_os.h180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dfile_http.cpp160 if (LOBYTE(_winsock.wVersion) != 1 ||
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dinit.c702 if ( LOBYTE( wsaData.wVersion ) != 2 ||
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c221 if (LOBYTE(wsaData.wVersion) != 2 || HIBYTE(wsaData.wVersion) != 2) {
224 LOBYTE(wsaData.wVersion),
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-npf.c2503 dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion)));
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Ddaemon.c3402 if ( LOBYTE( wsaData.wVersion ) != 2 ||

Completed in 212 milliseconds