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

  /src/external/bsd/nsd/dist/
xfrd-notify.c 67 if(xfrd->notify_udp_num == XFRD_MAX_UDP_NOTIFY) {
89 xfrd->notify_udp_num--;
507 if(xfrd->notify_udp_num < XFRD_MAX_UDP_NOTIFY) {
509 xfrd->notify_udp_num++;
xfrd.h 120 int notify_udp_num; member in struct:xfrd_state
xfrd.c 220 xfrd->notify_udp_num = 0;

Completed in 27 milliseconds