Searched refs:netobuf (Results 1 – 3 of 3) sorted by relevance
65 static unsigned char netobuf[10*BUFSIZ]; variable75 if (ring_init(&netoring, netobuf, sizeof (netobuf)) != 1) { in init_network()
2401 thisitem = netobuf; in netclear()2403 while ((next = nextitem(thisitem)) <= netobuf.send) { in netclear()2409 good = netobuf; /* where the good bytes go */ in netclear()
133 static char netobuf[BUFSIZ], *nfrontp = netobuf, *nbackp = netobuf; variable4355 thisitem = netobuf; in netclear()4363 good = netobuf; /* where the good bytes go */ in netclear()4382 nbackp = netobuf; in netclear()4439 nbackp = nfrontp = netobuf; in netflush()4827 for (q = nfrontp; p && *p && q < nfrontp + sizeof (netobuf) - 1; ) in map_banner()4839 nfrontp += q - netobuf; in map_banner()4910 remaining = BUFSIZ - (nfrontp - netobuf); in write_data_len()4918 remaining = BUFSIZ - (nfrontp - netobuf); in write_data_len()