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

/freebsd-10.2-release/contrib/apr/network_io/unix/
H A Dsockets.c91 apr_status_t apr_socket_create(apr_socket_t **new, int ofamily, int type, argument
94 int family = ofamily, flags = 0;
134 if ((*new)->socketdes < 0 && ofamily == APR_UNSPEC) {

Completed in 35 milliseconds