OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ethdevinfo
(Results
1 - 1
of
1
) sorted by null
/external/quake/quake/src/WinQuake/
net_bw.cpp
229
static BW_ethdevinfo_t
ethdevinfo
;
variable
295
regs.x.cx = sizeof(
ethdevinfo
);
301
Q_memcpy(&
ethdevinfo
, lowmem_buffer, regs.x.ax);
332
netmask = 0xffffffff >> (32 -
ethdevinfo
.subnetMask);
333
bcastaddr.s_addr = (
ethdevinfo
.inetAddr & netmask) | (~netmask);
728
((
ethdevinfo
.inetAddr & mask) | addr);
Completed in 2430 milliseconds