Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/ !
Ddhcp6-option.h89 const uint8_t **ret_option_data);
Ddhcp6-option.c498 const uint8_t **ret_option_data) { in dhcp6_option_parse() argument
506 assert(ret_option_data); in dhcp6_option_parse()
521 *ret_option_data = buf + *offset + offsetof(DHCP6Option, data); in dhcp6_option_parse()