Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/include/
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/libntp/
Dnetof.c29 if (IS_IPV4(netaddr)) { in netof()
Dauthreadkeys.c330 ( (IS_IPV4(&addr) && snbits > 32) || in authreadkeys()
Da_md5encrypt.c267 if (IS_IPV4(addr)) in addr2refid()
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_restrict.c518 if (IS_IPV4(srcadr)) { in restrictions()
636 if (IS_IPV4(resaddr)) { in hack_restrict()
778 if (IS_IPV4(addr)) { in restrict_source()
Dntp_io.c1290 if (IS_IPV4(if_addr)) { in interface_action()
1420 if (IS_IPV4(&itf->sin)) { in convert_isc_if()
1572 if (IS_IPV4(psau) && !NSRCADR(psau)) in is_wildcard_addr()
2291 if (IS_IPV4(baddr)) { in socket_broadcast_enable()
2324 if (IS_IPV4(baddr) && setsockopt(iface->fd, SOL_SOCKET, in socket_broadcast_disable()
2632 REQUIRE(IS_IPV4(&ep->bcast)); in io_setbclient()
2792 if (IS_IPV4(addr))
2820 if (IS_IPV4(addr))
2974 if (IS_IPV4(addr)) {
3151 src = (IS_IPV4(dest))
[all …]
Dntp_request.c992 if (IS_IPV4(&pp->srcadr)) { in peer_stats()
1075 if (IS_IPV4(&sys_peer->srcadr)) { in sys_info()
2182 if (IS_IPV4(&tr->tr_addr)) { in req_get_traps()
2282 if (IS_IPV4(&laddr)) in do_setclr_trap()
2293 if (IS_IPV4(&laddr)) in do_setclr_trap()
Dntp_control.c3680 if (IS_IPV4(addr)) in derive_nonce()
/freebsd-12-stable/contrib/ntp/ntpdc/
Dntpdc_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-12-stable/contrib/ntp/ntpq/
Dntpq.c3716 if (datatype == TYPE_CLOCK && IS_IPV4(&hval)) { in cookedprint()
/freebsd-12-stable/contrib/ntp/
DCommitLog180041 ISREFCLOCKADR() includes IS_IPV4 check