Searched refs:sockflagsize (Results 1 – 1 of 1) sorted by relevance
11124 static unsigned int *sockflags, sockflagsize; variable11141 if (!sockflagsize || fdoff > sockflagsize) {11144 memset(sockflags+sockflagsize,0,fdoff + 2 - sockflagsize);11145 sockflagsize = fdoff + 2;11168 if (sockflagsize && fdoff < sockflagsize)11195 if (fdoff < sockflagsize &&