Searched refs:file_offset (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd-network/ |
D | dhcp-option.c | 237 size_t file_offset = *offset - size; in dhcp_option_append() local 239 if (file_offset < sizeof(message->file)) { in dhcp_option_append() 241 … r = option_append(message->file, sizeof(message->file), &file_offset, code, optlen, optval); in dhcp_option_append() 243 *offset = size + file_offset; in dhcp_option_append() 248 …r = option_append(message->file, sizeof(message->file), &file_offset, SD_DHCP_OPTION_END, 0, NULL); in dhcp_option_append()
|