Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cb_soc.c57 return socket(addr->family, addr->socktype, protocol); in tool_socket_open_mptcp_cb()
/curl/tests/unit/
H A Dunit2600.c96 const char *family; member
295 tc->id, stats1->family, (int)stats1->first_created); in check_result()
301 tc->id, stats2->family, (int)tc->he_timeout_ms, in check_result()
328 tr.cf6.family = "v6"; in test_connect()
329 tr.cf4.family = "v4"; in test_connect()
/curl/tests/data/
H A Dtest163125 I was born in the year 1632, in the city of York, of a good family, though not
29 named Robinson, a very good family in that country, and from whom I was
H A Dtest163225 I was born in the year %TESTNUMBER, in the city of York, of a good family, though not
29 named Robinson, a very good family in that country, and from whom I was
H A Dtest210067 # the family byte
/curl/lib/
H A Dcf-socket.h46 int family; member
H A Dcf-socket.c320 dest->family = ai->ai_family; in Curl_sock_assign_addr()
374 if(data->conn->scope_id && (addr->family == AF_INET6)) { in socket_open()
1142 if(ctx->addr.family == AF_INET6) { in cf_socket_open()
1151 is_tcp = (ctx->addr.family == AF_INET in cf_socket_open()
1152 || ctx->addr.family == AF_INET6) && in cf_socket_open()
1155 is_tcp = (ctx->addr.family == AF_INET) && in cf_socket_open()
1186 if(ctx->addr.family == AF_INET in cf_socket_open()
1188 || ctx->addr.family == AF_INET6 in cf_socket_open()
1649 cf->conn->bits.ipv6 = (ctx->addr.family == AF_INET6); in cf_socket_active()
1757 *pres1 = (ctx->addr.family == AF_INET6); in cf_socket_query()
[all …]
H A Dconnect.c212 addr_first_match(const struct Curl_addrinfo *addr, int family) in addr_first_match() argument
215 if(addr->ai_family == family) in addr_first_match()
223 addr_next_match(const struct Curl_addrinfo *addr, int family) in addr_next_match() argument
227 if(addr->ai_family == family) in addr_next_match()
H A Durldata.h723 curl_prot_t family; /* single bit for protocol family; basically the member
H A Dtftp.c1013 (CURL_SA_FAMILY_T)(conn->remote_addr->family); in tftp_connect()
H A Durl.c167 DEBUGASSERT(h->family); in get_protocol_family()
168 return h->family; in get_protocol_family()
H A Dftp.c956 switch(Curl_if2ip(conn->remote_addr->family, in ftp_state_use_port()
/curl/docs/libcurl/opts/
H A DCURLOPT_OPENSOCKETFUNCTION.md30 int family;
76 return socket(addr->family, addr->socktype, addr->protocol);
H A DCURLOPT_IPRESOLVE.md32 interesting when using hostnames that resolve to more than one IP family.
/curl/tests/libtest/
H A Dlib500.c40 return socket(addr->family, addr->socktype, addr->protocol); in tst_opensocket()
/curl/docs/cmdline-opts/
H A Dform.md23 For the HTTP protocol family, emulate a filled-in form in which a user has
/curl/docs/libcurl/
H A Dcurl_mprintf.md49 Functions in the curl_mprintf() family produce output according to a format as
/curl/include/curl/
H A Dcurl.h421 int family; member
/curl/docs/
H A DTODO318 IP family as well when there are multiple available addresses: start with the
411 exec-family functions succeed. Should probably be set by default?
/curl/lib/vquic/
H A Dcurl_osslq.c175 switch(addr->family) { in make_bio_addr()
/curl/packages/OS400/
H A Dcurl.inc.in2352 d family 10i 0

Completed in 74 milliseconds