option_append      85 src/libsystemd-network/dhcp-option.c                 r = option_append(message->options, size, offset, code, optlen, optval);
option_append      91 src/libsystemd-network/dhcp-option.c                         r = option_append(message->options, size, offset, DHCP_OPTION_END, 0, NULL);
option_append     105 src/libsystemd-network/dhcp-option.c                         r = option_append(message->file, sizeof(message->file), &file_offset, code, optlen, optval);
option_append     112 src/libsystemd-network/dhcp-option.c                                 r = option_append(message->options, size, offset, DHCP_OPTION_END, 0, NULL);
option_append     127 src/libsystemd-network/dhcp-option.c                         r = option_append(message->sname, sizeof(message->sname), &sname_offset, code, optlen, optval);