Searched refs:sockflags (Results 1 – 1 of 1) sorted by relevance
11124 static unsigned int *sockflags, sockflagsize; variable11142 if (sockflags) Renew( sockflags,fdoff+2,unsigned int);11143 else Newx (sockflags,fdoff+2,unsigned int);11144 memset(sockflags+sockflagsize,0,fdoff + 2 - sockflagsize);11148 sockflags[fdoff] |= 1 << (fd % sizeof(unsigned int));11169 sockflags[fdoff] &= ~(1 << fd % sizeof(unsigned int));11196 (sockflags[fdoff] | 1 << (fd % sizeof(unsigned int)))) {