Searched refs:test_options_cb (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd-network/ |
D | test-dhcp-option.c | 144 static int test_options_cb(uint8_t code, uint8_t len, const void *option, void *userdata) { in test_options_cb() function 262 … assert_se((res = dhcp_option_parse(message, buflen, test_options_cb, NULL, NULL)) == -ENOMSG); in test_options() 264 … assert_se((res = dhcp_option_parse(message, buflen, test_options_cb, desc, NULL)) >= 0); in test_options() 267 … assert_se((res = dhcp_option_parse(message, buflen, test_options_cb, desc, NULL)) < 0); in test_options()
|