Searched defs:psau (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/ntp/include/ |
H A D | ntp_net.h | 37 #define SOCK_ADDR4(psau) ((psau)->sa4.sin_addr) argument 38 #define SOCK_ADDR6(psau) ((psau)->sa6.sin6_addr) argument 40 #define PSOCK_ADDR4(psau) (&SOCK_ADDR4(psau)) argument 41 #define PSOCK_ADDR6(psau) (&SOCK_ADDR6(psau)) argument 43 #define AF(psau) ((psau)->sa.sa_family) argument 45 #define IS_IPV4(psau) (AF_INET == AF(psau)) argument 46 #define IS_IPV6(psau) (AF_INET6 == AF(psau)) argument 49 #define NSRCADR(psau) (SOCK_ADDR4(psau).s_addr) argument 52 #define SRCADR(psau) (ntohl(NSRCADR(psau))) argument 55 #define NSRCADR6(psau) (SOCK_ADDR6(psau).s6_addr) argument [all …]
|
/freebsd-src/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 1444 sockaddr_u *psau, in sau_from_netaddr() 1465 const sockaddr_u *psau in is_wildcard_addr() 1482 sockaddr_u * psau in is_linklocal() 1537 sockaddr_u *psau, in check_flags() 1566 sockaddr_u *psau, in check_flags6() 1595 sockaddr_u *psau, in is_anycast() 1608 sockaddr_u *psau, in is_valid()
|
/freebsd-src/contrib/ntp/libntp/ |
H A D | ntp_intres.c | 480 sockaddr_u * psau; in getaddrinfo_sometime_complete() local 636 sockaddr_u * psau, in getnameinfo_sometime() 878 void gni_test_callback(int rescode, int gni_errno, sockaddr_u *psau, int flags, const char *host, c… in gni_test_callback()
|
H A D | ntp_rfc2553.c | 171 sockaddr_u * psau; in copy_addrinfo_common() local
|
/freebsd-src/contrib/ntp/ntpdc/ |
H A D | ntpdc_ops.c | 237 #define SET_SS_LEN_IF_PRESENT(psau) \ argument 242 #define SET_SS_LEN_IF_PRESENT(psau) do { } while (0) argument
|
/freebsd-src/contrib/ntp/sntp/ |
H A D | main.c | 852 sockaddr_u * psau; in sock_cb() local
|