Searched refs:MAX_AF (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpdate/
H A Dntpdate.h108 #define MAX_AF 2 macro
H A Dntpdate.c118 SOCKET fd[MAX_AF];
119 int fd_family[MAX_AF]; /* to remember the socket family */
121 struct pollfd fdmask[MAX_AF];
1738 for(nbsock = 0; (nbsock < MAX_AF) && res ; res = res->ai_next) {
1861 for(i = 0; (i < MAX_AF); i++) {
1902 struct pollfd fds[MAX_AF];

Completed in 112 milliseconds