Home
last modified time | relevance | path

Searched refs:restrict_def6 (Results 1 – 2 of 2) sorted by relevance

/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_restrict.c93 static restrict_u restrict_def6; variable
167 mprintf("dump_restrict: restrict_def6: %p\n", &restrict_def6); in dump_restricts()
168 for (res = &restrict_def6; res != NULL; res = next) { in dump_restricts()
226 restrict_def6.ippeerlimit = -1; /* Cleaner if we have C99 */ in init_restrict()
229 LINK_SLIST(restrictlist6, &restrict_def6, link); in init_restrict()
566 if (&restrict_def6 == match) in restrictions()
730 && res != &restrict_def6) in hack_restrict()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpd/
H A Dntp_restrict.c98 static restrict_u restrict_def6; variable
159 LINK_SLIST(rstrct.restrictlist6, &restrict_def6, link); in init_restrict()
161 restrict_def6.flags = RES_Default; in init_restrict()
469 if (&restrict_def6 == match) in restrictions()
601 && res != &restrict_def6) in hack_restrict()