Searched refs:socktype (Results 1 – 7 of 7) sorted by relevance
57 return socket(addr->family, addr->socktype, protocol); in tool_socket_open_mptcp_cb()
47 int socktype; member
323 dest->socktype = SOCK_STREAM; in Curl_sock_assign_addr()327 dest->socktype = SOCK_STREAM; in Curl_sock_assign_addr()331 dest->socktype = SOCK_DGRAM; in Curl_sock_assign_addr()366 *sockfd = socket(addr->family, addr->socktype, addr->protocol); in socket_open()1126 ctx->addr.socktype |= SOCK_NONBLOCK; in cf_socket_open()1132 ctx->addr.socktype &= ~SOCK_NONBLOCK; in cf_socket_open()1153 ctx->addr.socktype == SOCK_STREAM; in cf_socket_open()1156 ctx->addr.socktype == SOCK_STREAM; in cf_socket_open()1225 ctx->sock_connected = (ctx->addr.socktype != SOCK_DGRAM); in cf_socket_open()
31 int socktype;76 return socket(addr->family, addr->socktype, addr->protocol);
40 return socket(addr->family, addr->socktype, addr->protocol); in tst_opensocket()
422 int socktype; member
2353 d socktype 10i 0
Completed in 32 milliseconds