Searched refs:xobuf_len (Results 1 – 2 of 2) sorted by relevance
3010 static int xobuf_len = 0; in net_output() local3042 while (xobuf_len < (obptr - BSTART + 1) * 2) { in net_output()3043 xobuf_len += BUFSZ; in net_output()3047 Replace(xobuf, (unsigned char *)Malloc(xobuf_len)); in net_output()