HomeSort by: relevance | last modified time | path
    Searched refs:nsock (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/httpd/
daemon-bozo.c 150 httpd->nsock++;
151 httpd->sock = bozomalloc(httpd, httpd->nsock * sizeof(*httpd->sock));
152 httpd->fds = bozomalloc(httpd, httpd->nsock * sizeof(*httpd->fds));
172 httpd->nsock = i;
195 for (i = 0; i < httpd->nsock; i++)
220 bozowarn(httpd, "nsock = %d", httpd->nsock);
222 httpd->nsock--;
223 bozowarn(httpd, "nsock now = %d", httpd->nsock);
    [all...]
bozohttpd.h 122 int nsock; /* number of above */ member in struct:bozohttpd_t
  /src/sys/rump/net/lib/libsockin/
sockin.c 195 static int nsock; variable in typeref:typename:int
215 nsock++;
236 nsock--;
353 if (nsock)
354 npfds = kmem_alloc(nsock * sizeof(*npfds),
356 if (npfds || nsock == 0) {
360 cursock = nsock;
370 KASSERT(i == nsock);

Completed in 12 milliseconds