Home
last modified time | relevance | path

Searched refs:descoption (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/libsystemd-network/
Dtest-dhcp-option.c124 static void test_ignore_opts(uint8_t *descoption, int *descpos, int *desclen) { in test_ignore_opts() argument
128 switch (descoption[*descpos]) { in test_ignore_opts()
146 uint8_t *descoption = NULL; in test_options_cb() local
164 descoption = &desc->options[0]; in test_options_cb()
168 descoption = &desc->file[0]; in test_options_cb()
172 descoption = &desc->sname[0]; in test_options_cb()
177 assert_se(descoption && desclen && descpos); in test_options_cb()
180 test_ignore_opts(descoption, descpos, desclen); in test_options_cb()
192 optcode = descoption[*descpos]; in test_options_cb()
193 optlen = descoption[*descpos + 1]; in test_options_cb()
[all …]