Searched refs:NTP_INSIST (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_assert.h83 #define NTP_INSIST(x) INSIST(x) macro
H A Dntp_lists.h221 NTP_INSIST(pentry != pentry->nextlink); \
222 NTP_INSIST((listhead) != pentry->nextlink); \
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dcaltontp.c43 NTP_INSIST(jt != NULL);
H A Ddecodenetnum.c78 NTP_INSIST(ai->ai_addrlen <= sizeof(*netnum));
H A Dcaljulian.c50 NTP_INSIST(NULL != jt);
189 NTP_INSIST(tm != NULL);
H A Dprettydate.c148 NTP_INSIST(tm != NULL);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_restrict.c179 NTP_INSIST(rl == res);
206 NTP_INSIST(rl == res);
230 NTP_INSIST(unlinked == res);
293 NTP_INSIST(next != res);
597 NTP_INSIST(0);
H A Dntp_control.c1085 NTP_INSIST((cp - buffer) < (int)sizeof(buffer));
1110 NTP_INSIST((cp - buffer) < (int)sizeof(buffer));
1141 NTP_INSIST((cp - buffer) < (int)sizeof(buffer));
1170 NTP_INSIST((cp - buffer) < (int)sizeof(buffer));
1196 NTP_INSIST((cp - buffer) < (int)sizeof(buffer));
1222 NTP_INSIST((cp - buffer) < (int)sizeof(buffer));
1254 NTP_INSIST((cp - buffer) < (int)sizeof(buffer));
1324 NTP_INSIST((cp - buffer) < (int)sizeof(buffer));
3039 NTP_INSIST(peer != NULL);
H A Dntp_config.c866 NTP_INSIST(T_Flag == atrv->attr);
867 NTP_INSIST(T_Integer == atrv->type);
1770 NTP_INSIST(0);
1928 NTP_INSIST(0);
2063 NTP_INSIST(0);
2267 NTP_INSIST(0);
2387 NTP_INSIST(0);
2486 NTP_INSIST(0);
2496 NTP_INSIST(if_name != NULL);
2544 NTP_INSIST(
[all...]
H A Dntp_refclock.c741 NTP_INSIST(fd != 0);
H A Dntp_io.c4251 NTP_INSIST(maxactivefd - 1 < FD_SETSIZE);
4257 NTP_INSIST(fd != maxactivefd);
H A Dntp_request.c1610 NTP_INSIST(found);
1611 NTP_INSIST(peer);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.c518 NTP_INSIST(ai != NULL);
1498 NTP_INSIST(sizeof(*num) >= ai->ai_addrlen);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dntpq.c586 NTP_INSIST(ntp_optind <= argc);
1859 NTP_INSIST(sizeof(*num) >= ai->ai_addrlen);

Completed in 154 milliseconds