HomeSort by relevance Sort by last modified time
    Searched full:ipx_lowmem_buffer_t (Results 1 - 1 of 1) sorted by null

  /external/quake/quake/src/WinQuake/
net_ipx.cpp 105 } ipx_lowmem_buffer_t; typedef in typeref:struct:__anon10653
109 #define IPXBUFFERS ((LOWMEMSIZE - LOWMEMSAVE)/ sizeof(ipx_lowmem_buffer_t))
118 ipx_lowmem_buffer_t socketbuffer[IPXSOCKETS][IPXSOCKBUFFERS];
212 if (lma->socketbuffer[s][n].sequence < ((ipx_lowmem_buffer_t *) ecb)->sequence)
450 ipx_lowmem_buffer_t *rcvbuf;
468 rcvbuf = (ipx_lowmem_buffer_t *)ecb;

Completed in 22 milliseconds