Searched defs:option_append_hdr (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd-network/
H A Ddhcp6-option.c44 static int option_append_hdr(uint8_t **buf, size_t *buflen, uint16_t optcode, function
70 r = option_append_hdr(buf, buflen, code, optlen);
120 r = option_append_hdr(buf, buflen, SD_DHCP6_OPTION_IAADDR,
133 r = option_append_hdr(&ia_hdr, &ia_buflen, ia->type, len + ia_addrlen);

Completed in 28 milliseconds