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

/systemd/src/libsystemd-network/
H A Dtest-dhcp-server.c108 } _packed_ option_client_id; member in struct:__anon196
183 test.option_client_id.code = SD_DHCP_OPTION_CLIENT_IDENTIFIER;
184 test.option_client_id.length = 7;
185 test.option_client_id.id[0] = 0x01;
186 test.option_client_id.id[1] = 'A';
187 test.option_client_id.id[2] = 'B';
188 test.option_client_id.id[3] = 'C';
189 test.option_client_id.id[4] = 'D';
190 test.option_client_id.id[5] = 'E';
191 test.option_client_id
[all...]

Completed in 10 milliseconds