Lines Matching defs:buflen
214 static int option_append_hdr(uint8_t **buf, size_t *buflen, uint16_t optcode, size_t optlen) { in option_append_hdr()
231 int dhcp6_option_append(uint8_t **buf, size_t *buflen, uint16_t code, in dhcp6_option_append()
247 int dhcp6_option_append_vendor_option(uint8_t **buf, size_t *buflen, OrderedSet *vendor_options) { in dhcp6_option_append_vendor_option()
279 static int option_append_ia_address(uint8_t **buf, size_t *buflen, const struct iaaddr *address) { in option_append_ia_address()
303 static int option_append_pd_prefix(uint8_t **buf, size_t *buflen, const struct iapdprefix *prefix) { in option_append_pd_prefix()
331 int dhcp6_option_append_ia(uint8_t **buf, size_t *buflen, const DHCP6IA *ia) { in dhcp6_option_append_ia()
392 int dhcp6_option_append_fqdn(uint8_t **buf, size_t *buflen, const char *fqdn) { in dhcp6_option_append_fqdn()
419 int dhcp6_option_append_user_class(uint8_t **buf, size_t *buflen, char * const *user_class) { in dhcp6_option_append_user_class()
450 int dhcp6_option_append_vendor_class(uint8_t **buf, size_t *buflen, char * const *vendor_class) { in dhcp6_option_append_vendor_class()
494 size_t buflen, in dhcp6_option_parse()
548 static int dhcp6_option_parse_ia_options(sd_dhcp6_client *client, const uint8_t *buf, size_t buflen… in dhcp6_option_parse_ia_options()