Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit2600.c94 const char *family; member
281 tc->id, stats1->family, (int)stats1->first_created); in check_result()
287 tc->id, stats2->family, (int)tc->he_timeout_ms, in check_result()
314 tr.cf6.family = "v6"; in test_connect()
315 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.c237 dest->family = ai->ai_family; in Curl_sock_assign_addr()
283 *sockfd = socket(addr->family, addr->socktype, addr->protocol); in socket_open()
291 if(data->conn->scope_id && (addr->family == AF_INET6)) { in socket_open()
1007 if(ctx->addr.family == AF_INET6) { in cf_socket_open()
1016 is_tcp = (ctx->addr.family == AF_INET in cf_socket_open()
1017 || ctx->addr.family == AF_INET6) && in cf_socket_open()
1020 is_tcp = (ctx->addr.family == AF_INET) && in cf_socket_open()
1051 if(ctx->addr.family == AF_INET in cf_socket_open()
1053 || ctx->addr.family == AF_INET6 in cf_socket_open()
1056 result = bindlocal(data, cf->conn, ctx->sock, ctx->addr.family, in cf_socket_open()
[all …]
H A Dconnect.c171 addr_first_match(const struct Curl_addrinfo *addr, int family) in addr_first_match() argument
174 if(addr->ai_family == family) in addr_first_match()
182 addr_next_match(const struct Curl_addrinfo *addr, int family) in addr_next_match() argument
186 if(addr->ai_family == family) in addr_next_match()
H A Durldata.h743 curl_prot_t family; /* single bit for protocol family; basically the member
H A Dtftp.c1016 (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.c1132 switch(Curl_if2ip(conn->remote_addr->family, in ftp_state_use_port()
/curl/docs/libcurl/opts/
H A DCURLOPT_OPENSOCKETFUNCTION.md29 int family;
75 return socket(addr->family, addr->socktype, addr->protocol);
H A DCURLOPT_IPRESOLVE.md31 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.md48 Functions in the curl_mprintf() family produce output according to a format as
/curl/include/curl/
H A Dcurl.h425 int family; member
/curl/lib/vquic/
H A Dcurl_osslq.c175 switch(addr->family) { in make_bio_addr()
/curl/docs/
H A DTODO389 exec-family functions succeed. Should probably be set by default?
/curl/packages/OS400/
H A Dcurl.inc.in2346 d family 10i 0

Completed in 98 milliseconds