Searched defs:SIZEOF_SOCKADDR (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dnet.c30 #define SIZEOF_SOCKADDR(so) ((so).sa.sa_family == AF_INET6 ? \ macro
176 if (bind(fd, &so.sa, SIZEOF_SOCKADDR(so)) == -1) {
186 ret = connect(fd, &so.sa, SIZEOF_SOCKADDR(so));
257 if (bind(fd, &so.sa, SIZEOF_SOCKADDR(so)) == -1) {
462 ret = bind(fd, &so.sa, SIZEOF_SOCKADDR(so));
470 len = SIZEOF_SOCKADDR(so);

Completed in 458 milliseconds