Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/include/
HDntp_net.h46 #define IS_IPV6(psau) (AF_INET6 == AF(psau)) macro
92 if (IS_IPV6(psau)) \
136 if (IS_IPV6(psau)) \
/freebsd-head/contrib/ntp/libntp/
HDnetof.c42 } else if (IS_IPV6(netaddr)) in netof()
HDsocktoa.c92 (IS_IPV6(sock)) in sockporttoa()
HDauthreadkeys.c333 (IS_IPV6(&addr) && snbits > 128))) { in authreadkeys()
/freebsd-head/contrib/ntp/ntpd/
HDntp_io.c691 if (IS_IPV6(a)) { in addr_samesubnet()
805 if (IS_IPV6(&ep->sin)) { in add_interface()
1205 if (IS_IPV6(if_addr)) { in interface_action()
1335 else if (IS_IPV6(&itf->sin)) { in convert_isc_if()
1472 if (IS_IPV6(psau) && S_ADDR6_EQ(psau, &in6addr_any)) in is_wildcard_addr()
1487 if (IS_IPV6(psau)) { in is_linklocal()
1792 if (IS_IPV6(&enumep.sin)) { in update_interfaces()
1894 if (IS_IPV6(&ep->sin) && is_linklocal(&ep->sin)) { in update_interfaces()
1896 if ( IS_IPV6(&ep2->sin) in update_interfaces()
2404 if (IS_IPV6(maddr)) in addr_ismulticast()
[all …]
HDntp_restrict.c551 DEBUG_REQUIRE(IS_IPV6(srcadr)); in restrictions()
663 DEBUG_INVARIANT(IS_IPV6(resaddr)); in hack_restrict()
664 DEBUG_INVARIANT(IS_IPV6(resmask)); in hack_restrict()
HDntp_request.c677 if (IS_IPV6(&pp->srcadr)) { in list_peers()
730 if (IS_IPV6(&pp->srcadr)) { in list_peers_sum()
844 if (IS_IPV6(&pp->srcadr)) { in peer_info()
2722 if (IS_IPV6(&ep->sin)) { in fill_info_if_stats()
HDntp_proto.c476 if ( (IS_IPV6(&peer->srcadr) && !nonlocal_v6_addr_up) in transmit()
1382 || ( IS_IPV6(&rbufp->dstadr->sin) in receive()
4916 || (IS_IPV6(rmtadr) && !nonlocal_v6_addr_up)) { in pool_xmit()
5097 || ( IS_IPV6(&unicast_ep->sin) in local_refid()
HDntp_peer.c663 if ( dstadr != NULL && IS_IPV6(&p->srcadr) in set_peerdstadr()
HDntp_config.c4299 if (IS_IPV6(peeraddr) && !ipv6_works) in is_sane_resolved_address()
5626 if (IS_IPV6(addr) && !ipv6_works) { in getnetnum()
/freebsd-head/contrib/ntp/sntp/
HDmain.c550 if (IS_IPV6(dest)) in queue_xmt()