Home
last modified time | relevance | path

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

/NextBSD/contrib/apr/network_io/unix/
HDsockets.c52 static void set_socket_vars(apr_socket_t *sock, int family, int type, int protocol) in set_socket_vars() function
143 set_socket_vars(*new, family, type, protocol); in apr_socket_create()
253 set_socket_vars(*new, sa.sa.sin.sin_family, SOCK_STREAM, sock->protocol); in apr_socket_accept()
466 set_socket_vars(*apr_sock, os_sock_info->family, os_sock_info->type, os_sock_info->protocol); in apr_os_sock_make()
508 set_socket_vars(*sock, APR_INET, SOCK_STREAM, 0); in apr_os_sock_put()