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

  /src/external/mpl/bind/dist/bin/nsupdate/
nsupdate.c 158 static int ns_total = 0; variable
251 primary_total = ns_total;
853 ns_total = ns_alloc = (have_ipv4 ? 1 : 0) + (have_ipv6 ? 1 : 0);
875 ns_total = 0;
882 ns_total++;
887 ns_total++;
895 ns_alloc = ns_total;
1657 ns_total = get_addresses(server, (in_port_t)port, servers, ns_alloc);
1658 if (ns_total == 0) {
2699 if (++ns_inuse >= ns_total) {
    [all...]

Completed in 22 milliseconds