Searched refs:REQUIRE (Results 101 - 109 of 109) sorted by relevance

12345

/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dnet.c481 REQUIRE(low != NULL && high != NULL);
/freebsd-11-stable/sbin/dhclient/
H A Dconflex.c461 return (REQUIRE);
H A Dclparse.c186 * REQUIRE option-list |
245 case REQUIRE:
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmsyslog.c469 REQUIRE(fname != NULL);
H A Dwork_fork.c425 REQUIRE(droproot && root_dropped);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c699 REQUIRE(AF(a) == AF(a_mask));
700 REQUIRE(AF(b) == AF(b_mask));
1207 REQUIRE(NULL != if_name);
1210 REQUIRE(NULL != if_name);
1213 REQUIRE(is_ip);
1215 REQUIRE(NULL == if_name);
2396 REQUIRE(AF(maddr) == AF(&iface->sin));
2634 REQUIRE(IS_IPV4(&ep->bcast));
4180 REQUIRE(AF(a1) == AF(a2));
4231 REQUIRE(A
[all...]
H A Dntp_config.c1328 REQUIRE(NULL != addr);
1329 REQUIRE(AF_INET == type || AF_INET6 == type || AF_UNSPEC == type);
1345 REQUIRE(NULL != my_node->address);
1749 REQUIRE(match_class != 0 || if_name != NULL);
2073 REQUIRE(T_Intrange == my_val->type);
5426 REQUIRE(AF_UNSPEC == AF(addr) ||
H A Dntp_crypto.c1732 REQUIRE(0 == (len & ~0x0000ffff));
1733 REQUIRE(0 == (opcode & ~0xffff0000));
2041 REQUIRE(len < sizeof(v));
2043 REQUIRE(len >= 13);
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen.c279 REQUIRE(bufsiz > 0);

Completed in 203 milliseconds

12345