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

/freebsd-10.2-release/contrib/apr/network_io/unix/
H A Dsockets.c52 static void set_socket_vars(apr_socket_t *sock, int family, int type, int protocol) function
143 set_socket_vars(*new, family, type, protocol);
244 set_socket_vars(*new, sa.sa.sin.sin_family, SOCK_STREAM, sock->protocol);
448 set_socket_vars(*apr_sock, os_sock_info->family, os_sock_info->type, os_sock_info->protocol);
490 set_socket_vars(*sock, APR_INET, SOCK_STREAM, 0);

Completed in 88 milliseconds