Searched refs:NTP_REQUIRE (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dcaltontp.c45 NTP_REQUIRE(jt->month <= 13); /* permit month 0..13! */
46 NTP_REQUIRE(jt->monthday <= 32);
47 NTP_REQUIRE(jt->yearday <= 366);
48 NTP_REQUIRE(jt->hour <= 24);
49 NTP_REQUIRE(jt->minute <= MINSPERHR);
50 NTP_REQUIRE(jt->second <= SECSPERMIN);
H A Ddecodenetnum.c40 NTP_REQUIRE(num != NULL);
41 NTP_REQUIRE(strlen(num) < sizeof(name));
H A Datolfp.c44 NTP_REQUIRE(str != NULL);
H A Dcaljulian.c186 NTP_REQUIRE(jt != NULL);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_assert.h79 * We initially used NTP_REQUIRE() instead of REQUIRE() etc, but that
82 #define NTP_REQUIRE(x) REQUIRE(x) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_restrict.c492 NTP_REQUIRE(NULL == resmask);
493 NTP_REQUIRE(RESTRICT_FLAGS == op);
526 NTP_REQUIRE(0);
H A Dntp_io.c416 NTP_REQUIRE((int)fd >= 0);
458 NTP_REQUIRE((int)fd >= 0);
753 NTP_REQUIRE(AF(a) == AF(a_mask));
754 NTP_REQUIRE(AF(b) == AF(b_mask));
798 NTP_REQUIRE(host != NULL);
799 NTP_REQUIRE(addr != NULL);
1303 NTP_REQUIRE(NULL != if_name);
1306 NTP_REQUIRE(NULL != if_name);
1309 NTP_REQUIRE(is_ip);
1311 NTP_REQUIRE(NUL
[all...]
H A Dntp_config.c1261 NTP_REQUIRE(NULL != addr);
1277 NTP_REQUIRE(NULL != my_node);
1278 NTP_REQUIRE(NULL != my_node->address);
1517 NTP_REQUIRE(match_class != 0 || if_name != NULL);

Completed in 75 milliseconds