Searched refs:INSIST (Results 51 - 69 of 69) sorted by relevance

123

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c783 INSIST(T_Integer == atrv->type);
794 INSIST(T_Double == atrv->type);
855 INSIST(T_Flag == atrv->attr);
856 INSIST(T_Integer == atrv->type);
2833 INSIST(ai_list != NULL);
2835 INSIST(pai->ai_addr != NULL);
2836 INSIST(sizeof(addr) >=
2840 INSIST(AF_INET == AF(&addr) ||
2876 INSIST(pai->ai_addr != NULL);
2877 INSIST(sizeo
[all...]
H A Dntp_control.c1677 INSIST(rc >= 0 && (size_t)rc < sizeof(buffer));
1694 INSIST(rc >= 0 && (size_t)rc < sizeof(buffer));
1717 INSIST(rc >= 0 && (size_t)rc < sizeof(buffer));
1744 INSIST(rc >= 0 && (size_t)rc < sizeof(buffer));
1763 INSIST(rc >= 0 && (size_t)rc < sizeof(buffer));
1781 INSIST(rc >= 0 && (size_t)rc < sizeof(buffer));
1801 INSIST(rc >= 0 && (size_t)rc < sizeof(buffer));
1874 INSIST(rc >= 0 && (size_t)rc < (size_t)(ep - cp));
3320 INSIST(v->code < COUNTOF(wants));
3363 INSIST(
[all...]
H A Dntp_peer.c801 INSIST(NULL == hostname || (MDF_POOL & cast_flags));
880 INSIST(peer != NULL);
H A Dntpd.c612 INSIST(0 == open("/dev/null", 0) && 1 == dup2(0, 1) \
H A Dntp_refclock.c1197 INSIST(peer->procptr != NULL);
H A Drefclock_gpsdjson.c589 INSIST (up);
H A Dntp_proto.c727 INSIST(0 != hisstratum); /* paranoia check PKT_TO_STRATUM result */
2042 INSIST(!"receive(): impossible hismode");
H A Dntp_io.c380 INSIST(fd != maxactivefd);
/freebsd-11-stable/contrib/ntp/libntp/
H A Drecvbuff.c333 INSIST(punlinked == rbufp);
H A Dntp_rfc2553.c207 INSIST(ai_src->ai_addrlen <= sizeof(sockaddr_u));
H A Dntp_intres.c425 INSIST(ai->ai_addrlen <= sizeof(sockaddr_u));
796 INSIST((size_t)(cp - (char *)resp) == resp_octets);
797 INSIST(resp_octets - sizeof(*resp) == gni_resp->octets);
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c490 INSIST(name && value);
526 INSIST(name && value);
1712 INSIST(name && value);
2486 INSIST(unlinked == mon);
2582 INSIST(NULL == hash_table);
2622 INSIST(recent != NULL);
2631 INSIST(unlinked == recent);
2707 INSIST(tag && val);
2874 INSIST(0 == ri || have_addr_older);
3247 INSIST(ppentr
[all...]
H A Dntpq.c539 INSIST(icmd < sizeof(builtins)/sizeof(*builtins));
721 INSIST(ai != NULL);
1957 INSIST(sizeof(*num) >= ai->ai_addrlen);
/freebsd-11-stable/lib/libc/isc/
H A Dev_streams.c259 INSIST(ctx->strDone == NULL);
/freebsd-11-stable/contrib/ntp/ntpdate/
H A Dntpdate.c970 INSIST((0 < sys_samples) && (sys_samples <= NTP_SHIFT));
1399 INSIST(addrResult->ai_addrlen <= sizeof(addr));
1408 INSIST(ptr->ai_addrlen <= sizeof(addr));
1777 INSIST(res->ai_addrlen <= sizeof(addr));
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dinterfaceiter.c415 INSIST(AF_INET == af || AF_INET6 == af);
426 INSIST(0 <= pfx_len && pfx_len <= max_len);
/freebsd-11-stable/lib/libc/nameser/
H A Dns_print.c37 #define INSIST(cond) assert(cond) macro
1216 INSIST(len <= *buflen);
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c472 INSIST(ai != NULL);
1466 INSIST(sizeof(*num) >= ai->ai_addrlen);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlog.c1723 INSIST(channel->type == ISC_LOG_TOFILE);

Completed in 268 milliseconds

123