Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dhelper.c38 unsigned char clid_len, hostname_len, uclass_len, vclass_len, shost_len; member
159 data.hostname_len + data.uclass_len + data.vclass_len + data.shost_len, 1)) in create_helper()
252 if (data.hostname_len != 0) in create_helper()
256 hostname[data.hostname_len - 1] = 0; in create_helper()
302 unsigned int hostname_len = 0, clid_len = 0, vclass_len = 0; in queue_script() local
318 hostname_len = strlen(hostname) + 1; in queue_script()
320 …size = sizeof(struct script_data) + clid_len + vclass_len + uclass_len + shost_len + hostname_len; in queue_script()
345 buf->hostname_len = hostname_len; in queue_script()
391 if (hostname_len != 0) in queue_script()
393 memcpy(p, hostname, hostname_len); in queue_script()
[all …]
/external/curl/lib/
Dsocks.c387 const size_t hostname_len = strlen(hostname); local
395 if(!socks5_resolve_local && hostname_len > 255) {
397 "length > 255 [actual len=%zu]\n", hostname_len);
584 socksreq[len++] = (char) hostname_len; /* address length */
585 memcpy(&socksreq[len], hostname, hostname_len); /* address str w/o NULL */
586 len += hostname_len;
Dcookie.c122 size_t hostname_len = strlen(hostname); in tailmatch() local
124 if(hostname_len < cookie_domain_len) in tailmatch()
127 if(!strcasecompare(cooke_domain, hostname+hostname_len-cookie_domain_len)) in tailmatch()
137 if(hostname_len == cookie_domain_len) in tailmatch()
139 if('.' == *(hostname + hostname_len - cookie_domain_len - 1)) in tailmatch()
/external/syslinux/gpxe/src/net/infiniband/
Dib_sma.c93 int hostname_len; in ib_sma_node_desc() local
99 hostname_len = fetch_string_setting ( NULL, &hostname_setting, in ib_sma_node_desc()
103 hostname, ( ( hostname_len >= 0 ) ? " " : "" ), in ib_sma_node_desc()
/external/curl/lib/vtls/
Dcyassl.c305 size_t hostname_len = strlen(hostname); in cyassl_connect_step1() local
306 if((hostname_len < USHRT_MAX) && in cyassl_connect_step1()
312 (unsigned short)hostname_len) != 1)) { in cyassl_connect_step1()
Dschannel.c1629 int hostname_len = strlen(conn_hostname); in verify_certificate() local
1632 hostname.const_tchar_ptr + hostname_len - len + 2) != 0) in verify_certificate()