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

/systemd/src/libsystemd-network/
H A Dtest-dhcp-option.c145 static int test_options_cb(uint8_t code, uint8_t len, const void *option, void *userdata) { function
264 assert_se((res = dhcp_option_parse(message, buflen, test_options_cb, NULL, NULL)) == -ENOMSG);
266 assert_se((res = dhcp_option_parse(message, buflen, test_options_cb, desc, NULL)) >= 0);
269 assert_se((res = dhcp_option_parse(message, buflen, test_options_cb, desc, NULL)) < 0);

Completed in 19 milliseconds