Searched refs:p_out (Results 1 – 3 of 3) sorted by relevance
452 struct pbuf *p_out; in dhcp_select() local464 if (p_out != NULL) { in dhcp_select()490 pbuf_free(p_out); in dhcp_select()897 struct pbuf *p_out; in dhcp_inform() local924 pbuf_free(p_out); in dhcp_inform()983 struct pbuf *p_out; in dhcp_decline() local1001 pbuf_free(p_out); in dhcp_decline()1025 struct pbuf *p_out; in dhcp_discover() local1061 pbuf_free(p_out); in dhcp_discover()1163 struct pbuf *p_out; in dhcp_renew() local[all …]
380 struct pbuf *p_out; in dhcp6_create_msg() local386 if (p_out == NULL) { in dhcp6_create_msg()403 msg_out = (struct dhcp6_msg *)p_out->payload; in dhcp6_create_msg()411 return p_out; in dhcp6_create_msg()443 dhcp6_msg_finalize(u16_t options_out_len, struct pbuf *p_out) in dhcp6_msg_finalize() argument465 struct pbuf *p_out; in dhcp6_information_request() local470 if (p_out != NULL) { in dhcp6_information_request()477 LWIP_ARRAYSIZE(requested_options), p_out->len); in dhcp6_information_request()479 DHCP6_INFOREQUEST, options_out_len, p_out->len); in dhcp6_information_request()480 dhcp6_msg_finalize(options_out_len, p_out); in dhcp6_information_request()[all …]
212 dhcp - they are used in a call stack only (p_out and options_out_len as well)