Home
last modified time | relevance | path

Searched refs:PSOCK_ADDR6 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_net.h41 #define PSOCK_ADDR6(psau) (&SOCK_ADDR6(psau)) macro
105 : IN6_IS_ADDR_MULTICAST(PSOCK_ADDR6(psau)))
179 : (S_ADDR6_EQ((psau1), PSOCK_ADDR6(psau2)) \
192 : IN6_IS_ADDR_UNSPECIFIED(PSOCK_ADDR6(psau)))
246 : IN6_IS_ADDR_LOOPBACK(PSOCK_ADDR6(psau)) \
/freebsd/contrib/ntp/libntp/
H A Dsocktoa.c55 inet_ntop(AF_INET6, PSOCK_ADDR6(sock), res, in socktoa()
/freebsd/contrib/ntp/ntpd/
H A Dntp_restrict.c553 pin6 = PSOCK_ADDR6(srcadr); in restrictions()
671 MASK_IPV6_ADDR(&match.u.v6.addr, PSOCK_ADDR6(resaddr), in hack_restrict()
H A Dntp_io.c3625 && IN6_IS_ADDR_LOOPBACK(PSOCK_ADDR6(&rb->recv_srcadr))
4365 && IN6_IS_ADDR_MC_LINKLOCAL(PSOCK_ADDR6(addr))
4366 && !IN6_IS_ADDR_LINKLOCAL(PSOCK_ADDR6(&iface->sin)))
H A Dntp_crypto.c261 memcpy(&header[0], PSOCK_ADDR6(srcadr), in session_key()
263 memcpy(&header[4], PSOCK_ADDR6(dstadr), in session_key()
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c1590 if (IN6_IS_ADDR_MULTICAST(PSOCK_ADDR6(sock))) in decodeaddrtype()