Searched refs:option_type (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd-network/
H A Dtest-dhcp-server.c93 } _packed_ option_type; member in struct:__anon196
116 .option_type.code = SD_DHCP_OPTION_MESSAGE_TYPE,
117 .option_type.length = 1,
118 .option_type.type = DHCP_DISCOVER,
138 test.option_type.code = 0;
139 test.option_type.length = 0;
140 test.option_type.type = 0;
142 test.option_type.code = SD_DHCP_OPTION_MESSAGE_TYPE;
143 test.option_type.length = 1;
144 test.option_type
[all...]

Completed in 849 milliseconds