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

  /src/external/bsd/nsd/dist/
xfrd.h 102 struct xfrd_tcp *notify_pipes; member in struct:xfrd_state
xfrd.c 196 xfrd->notify_pipes = (struct xfrd_tcp *) region_alloc_array_zero(
200 xfrd->notify_pipes[i].fd = fd;
201 xfrd->notify_pipes[i].packet = buffer_create(xfrd->region, QIOBUFSZ);
203 EV_PERSIST|EV_READ, xfrd_handle_notify, &xfrd->notify_pipes[i]);

Completed in 59 milliseconds