Home
last modified time | relevance | path

Searched refs:vclass_len (Results 1 – 1 of 1) 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()
207 if (data.vclass_len != 0) in create_helper()
209 buf[data.vclass_len - 1] = 0; /* don't trust zero-term */ in create_helper()
214 buf += data.vclass_len; in create_helper()
302 unsigned int hostname_len = 0, clid_len = 0, vclass_len = 0; in queue_script() local
310 vclass_len = lease->vendorclass_len; in queue_script()
320 …size = sizeof(struct script_data) + clid_len + vclass_len + uclass_len + shost_len + hostname_len; in queue_script()
342 buf->vclass_len = vclass_len; in queue_script()
376 if (vclass_len != 0) in queue_script()
[all …]