Searched refs:dhcp6_msg (Results 1 – 2 of 2) sorted by relevance
381 struct dhcp6_msg *msg_out; in dhcp6_create_msg()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()403 msg_out = (struct dhcp6_msg *)p_out->payload; in dhcp6_create_msg()404 memset(msg_out, 0, sizeof(struct dhcp6_msg) + opt_len_alloc); in dhcp6_create_msg()430 sizeof(struct dhcp6_msg) + options_out_len + 4U + (2U * num_req_options) <= max_len); in dhcp6_option_optionrequest()446 pbuf_realloc(p_out, (u16_t)(sizeof(struct dhcp6_msg) + options_out_len)); in dhcp6_msg_finalize()472 struct dhcp6_msg *msg_out = (struct dhcp6_msg *)p_out->payload; in dhcp6_information_request()622 struct dhcp6_msg *msg_in; in dhcp6_parse_reply()628 msg_in = (struct dhcp6_msg *)p->payload; in dhcp6_parse_reply()[all …]
58 struct dhcp6_msg struct