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

  /src/external/bsd/ntp/dist/include/
ntpd.h 429 extern int nonlocal_v4_addr_up; /* should we try IPv4 pool? */
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 479 || !nonlocal_v4_addr_up) {
4881 if ( (AF_INET == af && !nonlocal_v4_addr_up)
4884 && !nonlocal_v4_addr_up
4917 if ( (IS_IPV4(rmtadr) && !nonlocal_v4_addr_up)
ntp_io.c 188 int nonlocal_v4_addr_up; /* should we try IPv4 pool? */ variable
1701 nonlocal_v4_addr_up = nonlocal_v6_addr_up = FALSE;
1798 nonlocal_v4_addr_up = TRUE;

Completed in 19 milliseconds