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

/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockets.c116 apr_status_t apr_socket_create(apr_socket_t **new, int ofamily, int type, argument
119 int family = ofamily, flags = 0;
164 if ((*new)->socketdes < 0 && ofamily == APR_UNSPEC) {

Completed in 100 milliseconds