Searched refs:overload (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/libsystemd-network/ |
D | dhcp-option.c | 204 uint8_t overload, in dhcp_option_append() argument 206 const bool use_file = overload & DHCP_OVERLOAD_FILE; in dhcp_option_append() 207 const bool use_sname = overload & DHCP_OVERLOAD_SNAME; in dhcp_option_append() 276 static int parse_options(const uint8_t options[], size_t buflen, uint8_t *overload, in parse_options() argument 340 if (overload) in parse_options() 341 *overload = *option; in parse_options() 363 uint8_t overload = 0; in dhcp_option_parse() local 375 … r = parse_options(message->options, len, &overload, &message_type, &error_message, cb, userdata); in dhcp_option_parse() 379 if (overload & DHCP_OVERLOAD_FILE) { in dhcp_option_parse() 385 if (overload & DHCP_OVERLOAD_SNAME) { in dhcp_option_parse()
|
D | dhcp-internal.h | 45 int dhcp_option_append(DHCPMessage *message, size_t size, size_t *offset, uint8_t overload,
|