HomeSort by: relevance | last modified time | path
    Searched refs:IS_IPV6 (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
netof.c 44 } else if (IS_IPV6(netaddr))
socktoa.c 94 (IS_IPV6(sock))
authreadkeys.c 335 (IS_IPV6(&addr) && snbits > 128))) {
  /src/external/bsd/ntp/dist/include/
ntp_net.h 48 #define IS_IPV6(psau) (AF_INET6 == AF(psau))
94 if (IS_IPV6(psau)) \
138 if (IS_IPV6(psau)) \
  /src/external/bsd/ntp/dist/ntpd/
ntp_restrict.c 564 DEBUG_REQUIRE(IS_IPV6(srcadr));
676 DEBUG_INVARIANT(IS_IPV6(resaddr));
677 DEBUG_INVARIANT(IS_IPV6(resmask));
ntp_io.c 692 if (IS_IPV6(a)) {
806 if (IS_IPV6(&ep->sin)) {
1206 if (IS_IPV6(if_addr)) {
1336 else if (IS_IPV6(&itf->sin)) {
1473 if (IS_IPV6(psau) && S_ADDR6_EQ(psau, &in6addr_any))
1488 if (IS_IPV6(psau)) {
1795 if (IS_IPV6(&enumep.sin)) {
1897 if (IS_IPV6(&ep->sin) && is_linklocal(&ep->sin)) {
1899 if ( IS_IPV6(&ep2->sin)
2407 if (IS_IPV6(maddr)
    [all...]
ntp_request.c 679 if (IS_IPV6(&pp->srcadr)) {
732 if (IS_IPV6(&pp->srcadr)) {
846 if (IS_IPV6(&pp->srcadr)) {
2793 if (IS_IPV6(&ep->sin)) {
ntp_peer.c 665 if ( dstadr != NULL && IS_IPV6(&p->srcadr)
ntp_proto.c 478 if ( (IS_IPV6(&peer->srcadr) && !nonlocal_v6_addr_up)
1384 || ( IS_IPV6(&rbufp->dstadr->sin)
4918 || (IS_IPV6(rmtadr) && !nonlocal_v6_addr_up)) {
5099 || ( IS_IPV6(&unicast_ep->sin)
ntp_config.c 4311 if (IS_IPV6(peeraddr) && !ipv6_works)
5638 if (IS_IPV6(addr) && !ipv6_works) {
  /src/external/bsd/ntp/dist/sntp/
main.c 552 if (IS_IPV6(dest))

Completed in 46 milliseconds