Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Ddhcp6.c378 u16_t opt_len_alloc, u16_t *options_out_len) in dhcp6_create_msg() argument
385 p_out = pbuf_alloc(PBUF_TRANSPORT, sizeof(struct dhcp6_msg) + opt_len_alloc, PBUF_RAM); in dhcp6_create_msg()
392 (p_out->len >= sizeof(struct dhcp6_msg) + opt_len_alloc)); in dhcp6_create_msg()
404 memset(msg_out, 0, sizeof(struct dhcp6_msg) + opt_len_alloc); in dhcp6_create_msg()