Home
last modified time | relevance | path

Searched refs:IS_IPV4 (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/contrib/ntp/include/
HDntp_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) && \
238 (IS_IPV4(srcadr) \
244 (IS_IPV4(psau) \
/freebsd-14-stable/contrib/ntp/libntp/
HDnetof.c36 if (IS_IPV4(netaddr)) { in netof()
HDa_md5encrypt.c278 if (IS_IPV4(addr)) { in addr2refid()
HDauthreadkeys.c332 ( (IS_IPV4(&addr) && snbits > 32) || in authreadkeys()
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_io.c1197 if (IS_IPV4(if_addr)) { in interface_action()
1324 if (IS_IPV4(&itf->sin)) { in convert_isc_if()
1468 if (IS_IPV4(psau) && !NSRCADR(psau)) in is_wildcard_addr()
1492 } else if (IS_IPV4(psau)) { in is_linklocal()
2340 if (IS_IPV4(baddr)) { in socket_broadcast_enable()
2373 if (IS_IPV4(baddr) && setsockopt(iface->fd, SOL_SOCKET, in socket_broadcast_disable()
2673 REQUIRE(IS_IPV4(&ep->bcast)); in io_setbclient()
2829 if (IS_IPV4(addr))
2857 if (IS_IPV4(addr))
3011 if (IS_IPV4(addr)) {
[all …]
HDntp_restrict.c525 if (IS_IPV4(srcadr)) { in restrictions()
652 if (IS_IPV4(resaddr)) { in hack_restrict()
653 DEBUG_INVARIANT(IS_IPV4(resmask)); in hack_restrict()
HDntp_request.c992 if (IS_IPV4(&pp->srcadr)) { in peer_stats()
1075 if (IS_IPV4(&sys_peer->srcadr)) { in sys_info()
2191 if (IS_IPV4(&tr->tr_addr)) { in req_get_traps()
2291 if (IS_IPV4(&laddr)) in do_setclr_trap()
2302 if (IS_IPV4(&laddr)) in do_setclr_trap()
HDntp_proto.c477 || (IS_IPV4(&peer->srcadr) && !nonlocal_v4_addr_up)) { in transmit()
4915 if ( (IS_IPV4(rmtadr) && !nonlocal_v4_addr_up) in pool_xmit()
HDntp_control.c3670 if (IS_IPV4(addr)) { in derive_nonce()
/freebsd-14-stable/contrib/ntp/ntpdc/
HDntpdc_ops.c706 if (IS_IPV4(&pcmd->argval[qitems].netnum)) { in showpeer()
782 if (IS_IPV4(&pcmd->argval[qitems].netnum)) { in peerstats()
1437 if (IS_IPV4(&pcmd->argval[0].netnum)) { in doconfig()
1508 if (IS_IPV4(&pcmd->argval[0].netnum)) { in unconfig()
1862 if (IS_IPV4(&pcmd->argval[0].netnum)) { in do_restrict()
1910 if (IS_IPV4(&pcmd->argval[0].netnum)) { in do_restrict()
2176 if (IS_IPV4(&pcmd->argval[qitems].netnum)) { in preset()
2470 if (IS_IPV4(&pcmd->argval[0].netnum)) { in do_addclr_trap()
2496 if (IS_IPV4(&pcmd->argval[2].netnum)) in do_addclr_trap()
/freebsd-14-stable/contrib/ntp/ntpq/
HDntpq.c3712 if (datatype == TYPE_CLOCK && IS_IPV4(&hval)) { in cookedprint()
/freebsd-14-stable/contrib/ntp/
HDCommitLog183262 ISREFCLOCKADR() includes IS_IPV4 check