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

/freebsd-10.1-release/crypto/openssl/crypto/bio/
H A Db_sock.c871 } p_getnameinfo = { local
881 if (p_getnameinfo.p == NULL) {
882 if ((p_getnameinfo.p = DSO_global_lookup("getnameinfo")) == NULL)
883 p_getnameinfo.p = (void *)-1;
885 if (p_getnameinfo.p == (void *)-1)
888 if ((*p_getnameinfo.f) (&sa.from.sa, sa.len.i, h, sizeof(h), s,

Completed in 49 milliseconds