Searched defs:hostname_len (Results 1 - 1 of 1) sorted by relevance

/external/dnsmasq/src/
H A Dhelper.c38 unsigned char clid_len, hostname_len, uclass_len, vclass_len, shost_len; member in struct:script_data
159 data.hostname_len + data.uclass_len + data.vclass_len + data.shost_len, 1))
252 if (data.hostname_len != 0)
256 hostname[data.hostname_len - 1] = 0;
302 unsigned int hostname_len = 0, clid_len = 0, vclass_len = 0; local
318 hostname_len = strlen(hostname) + 1;
320 size = sizeof(struct script_data) + clid_len + vclass_len + uclass_len + shost_len + hostname_len;
345 buf->hostname_len = hostname_len;
391 if (hostname_len !
[all...]

Completed in 40 milliseconds