Searched defs:u_int (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dtypes.h58 typedef unsigned int u_int; typedef
/vbox/src/VBox/Runtime/common/math/gcc/
H A Dquad.h75 # if !defined(RT_OS_LINUX) || !defined(__KERNEL__) /* (linux/types.h defines u_int) */
76 typedef unsigned int u_int; typedef
95 u_int ul[2]; /* as two unsigned ints */
116 * ((quad_t)(x) << (number_of_bits_in_int/2)). (`x' must actually be u_int.)
122 #define HHALF(x) ((u_int)(x) >> HALF_BITS)
123 #define LHALF(x) ((u_int)(x) & (((int)1 << HALF_BITS) - 1))
124 #define LHUP(x) ((u_int)(x) << HALF_BITS)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/
H A Dtypes.h58 typedef unsigned int u_int; typedef
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dppp.h54 typedef unsigned int u_int; typedef
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dtypes.h107 typedef UINTN u_int; typedef
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dppp.h102 typedef unsigned int u_int; typedef
307 u_int disable_defaultip : 1; /* Don't use hostname for default IP addrs */
308 u_int auth_required : 1; /* Peer is required to authenticate */
309 u_int explicit_remote : 1; /* remote_name specified with remotename opt */
310 u_int refuse_pap : 1; /* Don't wanna auth. ourselves with PAP */
311 u_int refuse_chap : 1; /* Don't wanna auth. ourselves with CHAP */
312 u_int usehostname : 1; /* Use hostname for our_name */
313 u_int usepeerdns : 1; /* Ask peer for DNS adds */
404 u_int pppMTU(int pd);
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h307 typedef unsigned int u_int; typedef
332 int tcp_mss (PNATState, register struct tcpcb *, u_int);
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dpcmcia.h8 typedef unsigned int u_int; typedef
38 u_int stringlength;
43 extern u_int pccsocks;
79 u_int features;
80 u_int irq_mask;
81 u_int map_size;
99 u_int flags;
100 u_int csc_mask;
143 u_int card_start;
149 u_int star
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h135 typedef unsigned int u_int; typedef
442 WS(u_int) fd_count; /* how many are SET? */
656 #define SO_EXCLUSIVEADDRUSE ((u_int)(~SO_REUSEADDR))
663 #define SO_DONTLINGER ((u_int)(~SO_LINGER))
995 HANDLE WINAPI WSAAsyncGetHostByAddr(HWND,WS(u_int),const char*,int,int,char*,int);
996 HANDLE WINAPI WSAAsyncGetHostByName(HWND,WS(u_int),const char*,char*,int);
997 HANDLE WINAPI WSAAsyncGetProtoByName(HWND,WS(u_int),const char*,char*,int);
998 HANDLE WINAPI WSAAsyncGetProtoByNumber(HWND,WS(u_int),int,char*,int);
999 HANDLE WINAPI WSAAsyncGetServByName(HWND,WS(u_int),const char*,const char*,char*,int);
1000 HANDLE WINAPI WSAAsyncGetServByPort(HWND,WS(u_int),in
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h137 typedef unsigned int u_int; typedef
444 WS(u_int) fd_count; /* how many are SET? */
686 #define SO_EXCLUSIVEADDRUSE ((u_int)(~SO_REUSEADDR))
693 #define SO_DONTLINGER ((u_int)(~SO_LINGER))
1025 HANDLE WINAPI WSAAsyncGetHostByAddr(HWND,WS(u_int),const char*,int,int,char*,int);
1026 HANDLE WINAPI WSAAsyncGetHostByName(HWND,WS(u_int),const char*,char*,int);
1027 HANDLE WINAPI WSAAsyncGetProtoByName(HWND,WS(u_int),const char*,char*,int);
1028 HANDLE WINAPI WSAAsyncGetProtoByNumber(HWND,WS(u_int),int,char*,int);
1029 HANDLE WINAPI WSAAsyncGetServByName(HWND,WS(u_int),const char*,const char*,char*,int);
1030 HANDLE WINAPI WSAAsyncGetServByPort(HWND,WS(u_int),in
[all...]

Completed in 60 milliseconds