Lines Matching refs:client_id
2917 const struct data_string *client_id) {
2925 if (client_id->len < 4)
2932 htype = getUShort(client_id->data + 2);
2937 switch(getUShort(client_id->data)) {
2939 if (client_id->len > 8) {
2940 hlen = client_id->len - 8;
2941 chaddr = client_id->data + 8;
2947 * Note that client_id->len must be greater than or equal
2950 hlen = client_id->len - 4;
2951 chaddr = client_id->data + 4;
2973 * 1. client_id if specified
2981 * \param client_id - client identifier (if one)
2988 const struct data_string* client_id, char* file, int line) {
2989 return (find_hosts_by_uid(host, client_id->data, client_id->len, MDL)
2992 || find_hosts_by_duid_chaddr(host, client_id));