Lines Matching refs:client_identifier
1024 if (host -> client_identifier.data) in dhcp_host_set_value()
1028 if (!buffer_allocate (&host -> client_identifier.buffer, in dhcp_host_set_value()
1031 host -> client_identifier.data = in dhcp_host_set_value()
1032 &host -> client_identifier.buffer -> data [0]; in dhcp_host_set_value()
1033 memcpy (host -> client_identifier.buffer -> data, in dhcp_host_set_value()
1036 host -> client_identifier.len = value -> u.buffer.len; in dhcp_host_set_value()
1158 if (!host -> client_identifier.len) in dhcp_host_get_value()
1161 host -> client_identifier.data, in dhcp_host_get_value()
1162 host -> client_identifier.len, in dhcp_host_get_value()
1210 data_string_forget (&host -> client_identifier, file, line); in dhcp_host_destroy()
1237 !host -> client_identifier.len) in dhcp_host_signal_handler()
1317 if (host -> client_identifier.len) { in dhcp_host_stuff_values()
1323 (c, host -> client_identifier.len)); in dhcp_host_stuff_values()
1328 host -> client_identifier.data, in dhcp_host_stuff_values()
1329 host -> client_identifier.len)); in dhcp_host_stuff_values()