Searched refs:IS_IPV4 (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/ntp/libntp/
H A Dnetof.c29 if (IS_IPV4(netaddr)) {
H A Da_md5encrypt.c260 if (IS_IPV4(addr))
H A Dauthreadkeys.c343 ( (IS_IPV4(&addr) && snbits > 32) ||
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_net.h45 #define IS_IPV4(psau) (AF_INET == AF(psau)) macro
81 # define SCOPE(psau) (IS_IPV4(psau) \
103 (IS_IPV4(psau) \
122 (IS_IPV4(psau) \
177 : IS_IPV4(psau1) \
190 (IS_IPV4(psau) \
220 (IS_IPV4(srcadr) && \
232 (IS_IPV4(srcadr) \
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_restrict.c518 if (IS_IPV4(srcadr)) {
636 if (IS_IPV4(resaddr)) {
778 if (IS_IPV4(addr)) {
H A Dntp_io.c1290 if (IS_IPV4(if_addr)) {
1420 if (IS_IPV4(&itf->sin)) {
1572 if (IS_IPV4(psau) && !NSRCADR(psau))
2291 if (IS_IPV4(baddr)) {
2324 if (IS_IPV4(baddr) && setsockopt(iface->fd, SOL_SOCKET,
2634 REQUIRE(IS_IPV4(&ep->bcast));
2794 if (IS_IPV4(addr))
2822 if (IS_IPV4(addr))
2976 if (IS_IPV4(addr)) {
3153 src = (IS_IPV4(des
[all...]
H A Dntp_request.c992 if (IS_IPV4(&pp->srcadr)) {
1075 if (IS_IPV4(&sys_peer->srcadr)) {
2182 if (IS_IPV4(&tr->tr_addr)) {
2282 if (IS_IPV4(&laddr))
2293 if (IS_IPV4(&laddr))
H A Dntp_control.c3679 if (IS_IPV4(addr))
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c706 if (IS_IPV4(&pcmd->argval[qitems].netnum)) {
782 if (IS_IPV4(&pcmd->argval[qitems].netnum)) {
1437 if (IS_IPV4(&pcmd->argval[0].netnum)) {
1508 if (IS_IPV4(&pcmd->argval[0].netnum)) {
1862 if (IS_IPV4(&pcmd->argval[0].netnum)) {
1910 if (IS_IPV4(&pcmd->argval[0].netnum)) {
2176 if (IS_IPV4(&pcmd->argval[qitems].netnum)) {
2470 if (IS_IPV4(&pcmd->argval[0].netnum)) {
2496 if (IS_IPV4(&pcmd->argval[2].netnum))
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq.c3665 if (datatype == TYPE_CLOCK && IS_IPV4(&hval)) {

Completed in 205 milliseconds