HomeSort by relevance Sort by last modified time
    Searched defs:S_un_b (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
net_bw.cpp 106 struct { unsigned char s_b1,s_b2,s_b3,s_b4; } S_un_b;
112 #define s_host S_un.S_un_b.s_b2 /* host on imp */
113 #define s_net S_un.S_un_b.s_b1 /* network */
115 #define s_impno S_un.S_un_b.s_b4 /* imp # */
116 #define s_lh S_un.S_un_b.s_b3 /* logical host */
mpdosock.h 259 struct { u_char s_b1,s_b2,s_b3,s_b4; } S_un_b;
265 #define s_host S_un.S_un_b.s_b2
267 #define s_net S_un.S_un_b.s_b1
271 #define s_impno S_un.S_un_b.s_b4
273 #define s_lh S_un.S_un_b.s_b3

Completed in 52 milliseconds