Home
last modified time | relevance | path

Searched refs:desclen (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
127 while (*descpos < *desclen) { in test_ignore_opts()
147 int *desclen = NULL, *descpos = NULL; in test_options_cb() local
165 desclen = &desc->len; in test_options_cb()
169 desclen = &desc->filelen; in test_options_cb()
173 desclen = &desc->snamelen; in test_options_cb()
177 assert_se(descoption && desclen && descpos); in test_options_cb()
179 if (*desclen) in test_options_cb()
180 test_ignore_opts(descoption, descpos, desclen); in test_options_cb()
182 if (*descpos < *desclen) in test_options_cb()
[all …]