Searched refs:shost_len (Results 1 – 1 of 1) sorted by relevance
38 unsigned char clid_len, hostname_len, uclass_len, vclass_len, shost_len; member159 data.hostname_len + data.uclass_len + data.vclass_len + data.shost_len, 1)) in create_helper()236 if (data.shost_len != 0) in create_helper()238 buf[data.shost_len - 1] = 0; /* don't trust zero-term */ in create_helper()243 buf += data.shost_len; in create_helper()303 unsigned int uclass_len = 0, shost_len = 0; in queue_script() local314 shost_len = lease->supplied_hostname_len; in queue_script()320 …size = sizeof(struct script_data) + clid_len + vclass_len + uclass_len + shost_len + hostname_len; in queue_script()344 buf->shost_len = shost_len; in queue_script()386 if (shost_len != 0) in queue_script()[all …]