Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/ !
Ddhcp6-option.c231 int dhcp6_option_append(uint8_t **buf, size_t *buflen, uint16_t code, in dhcp6_option_append() function
271 r = dhcp6_option_append(buf, buflen, SD_DHCP6_OPTION_VENDOR_OPTS, total, p); in dhcp6_option_append_vendor_option()
414 r = dhcp6_option_append(buf, buflen, SD_DHCP6_OPTION_CLIENT_FQDN, 1 + r, buffer); in dhcp6_option_append_fqdn()
447 return dhcp6_option_append(buf, buflen, SD_DHCP6_OPTION_USER_CLASS, total, p); in dhcp6_option_append_user_class()
489 return dhcp6_option_append(buf, buflen, SD_DHCP6_OPTION_VENDOR_CLASS, total, p); in dhcp6_option_append_vendor_class()
Dsd-dhcp6-client.c680 return dhcp6_option_append(opt, optlen, SD_DHCP6_OPTION_ORO, n * sizeof(be16_t), req_opts); in client_append_oro()
717 r = dhcp6_option_append(&opt, &optlen, SD_DHCP6_OPTION_RAPID_COMMIT, 0, NULL); in dhcp6_client_send_message()
730 r = dhcp6_option_append(&opt, &optlen, SD_DHCP6_OPTION_SERVERID, in dhcp6_client_send_message()
754 r = dhcp6_option_append(&opt, &optlen, SD_DHCP6_OPTION_MUD_URL_V6, in dhcp6_client_send_message()
765 r = dhcp6_option_append(&opt, &optlen, SD_DHCP6_OPTION_CLIENTID, in dhcp6_client_send_message()
771 r = dhcp6_option_append(&opt, &optlen, j->option, j->length, j->data); in dhcp6_client_send_message()
781 …r = dhcp6_option_append(&opt, &optlen, SD_DHCP6_OPTION_ELAPSED_TIME, sizeof(elapsed_time), &elapse… in dhcp6_client_send_message()
Ddhcp6-option.h75 int dhcp6_option_append(uint8_t **buf, size_t *buflen, uint16_t code,
Dtest-dhcp6-client.c234 assert_se(dhcp6_option_append(&out, &outlen, optcode, optlen, optval) >= 0); in TEST()
246 assert_se(dhcp6_option_append(&out, &outlen, optcode, optlen, optval) >= 0); in TEST()