Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Ddhcp-option.c206 const bool use_file = overload & DHCP_OVERLOAD_FILE; in dhcp_option_append() local
224 else if (r == -ENOBUFS && (use_file || use_sname)) { in dhcp_option_append()
236 if (use_file) { in dhcp_option_append()
259 size_t sname_offset = *offset - size - use_file*sizeof(message->file); in dhcp_option_append()
265 *offset = size + use_file*sizeof(message->file) + sname_offset; in dhcp_option_append()