Home
last modified time | relevance | path

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

/freebsd-9-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-9-stable/contrib/ntp/libntp/
Dnetof.c29 if (IS_IPV4(netaddr)) { in netof()
Da_md5encrypt.c117 if (IS_IPV4(addr)) in addr2refid()
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_restrict.c427 if (IS_IPV4(srcadr)) { in restrictions()
518 if (IS_IPV4(resaddr)) { in hack_restrict()
656 if (IS_IPV4(addr)) { in restrict_source()
Dntp_io.c1286 if (IS_IPV4(if_addr)) { in interface_action()
1416 if (IS_IPV4(&itf->sin)) { in convert_isc_if()
1568 if (IS_IPV4(psau) && !NSRCADR(psau)) in is_wildcard_addr()
2249 if (IS_IPV4(baddr)) { in socket_broadcast_enable()
2282 if (IS_IPV4(baddr) && setsockopt(iface->fd, SOL_SOCKET, in socket_broadcast_disable()
2585 REQUIRE(IS_IPV4(&interf->bcast)); in io_setbclient()
2739 if (IS_IPV4(addr))
2767 if (IS_IPV4(addr))
2921 if (IS_IPV4(addr)) {
3096 src = (IS_IPV4(dest))
[all …]
Dntp_request.c990 if (IS_IPV4(&pp->srcadr)) { in peer_stats()
1073 if (IS_IPV4(&sys_peer->srcadr)) { in sys_info()
2162 if (IS_IPV4(&tr->tr_addr)) { in req_get_traps()
2262 if (IS_IPV4(&laddr)) in do_setclr_trap()
2273 if (IS_IPV4(&laddr)) in do_setclr_trap()
Dntp_control.c3675 if (IS_IPV4(addr)) in derive_nonce()
/freebsd-9-stable/contrib/ntp/ntpdc/
Dntpdc_ops.c697 if (IS_IPV4(&pcmd->argval[qitems].netnum)) { in showpeer()
773 if (IS_IPV4(&pcmd->argval[qitems].netnum)) { in peerstats()
1428 if (IS_IPV4(&pcmd->argval[0].netnum)) { in doconfig()
1499 if (IS_IPV4(&pcmd->argval[0].netnum)) { in unconfig()
1853 if (IS_IPV4(&pcmd->argval[0].netnum)) { in do_restrict()
1901 if (IS_IPV4(&pcmd->argval[0].netnum)) { in do_restrict()
2167 if (IS_IPV4(&pcmd->argval[qitems].netnum)) { in preset()
2461 if (IS_IPV4(&pcmd->argval[0].netnum)) { in do_addclr_trap()
2487 if (IS_IPV4(&pcmd->argval[2].netnum)) in do_addclr_trap()
/freebsd-9-stable/contrib/ntp/
DCommitLog162725 ISREFCLOCKADR() includes IS_IPV4 check