HomeSort by: relevance | last modified time | path
    Searched defs:tcp_state (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nsd/dist/
xfrd-tcp.h 35 struct xfrd_tcp_pipeline **tcp_state; member in struct:xfrd_tcp_set
36 /* max number of tcp connections, size of tcp_state array */
196 /* initialize tcp_state for a zone. Opens the connection. true on success.*/
xfrd-tcp.c 263 tcp_set->tcp_state = NULL;
284 tcp_set->tcp_state = region_alloc(region,
285 sizeof(*tcp_set->tcp_state)*tcp_set->tcp_max);
287 tcp_set->tcp_state[i] = xfrd_tcp_pipeline_create(region,
619 struct xfrd_tcp* tcp_state = (struct xfrd_tcp*)region_alloc( local
621 memset(tcp_state, 0, sizeof(struct xfrd_tcp));
622 tcp_state->packet = buffer_create(region, bufsize);
623 tcp_state->fd = -1;
625 return tcp_state;
841 if(set->tcp_state[i]->tcp_r->fd == -1)
    [all...]

Completed in 52 milliseconds