Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/core/ipv4/
H A Ddhcp.c452 struct pbuf *p_out; in dhcp_select() local
464 if (p_out != NULL) { in dhcp_select()
490 pbuf_free(p_out); in dhcp_select()
897 struct pbuf *p_out; in dhcp_inform() local
924 pbuf_free(p_out); in dhcp_inform()
983 struct pbuf *p_out; in dhcp_decline() local
1001 pbuf_free(p_out); in dhcp_decline()
1025 struct pbuf *p_out; in dhcp_discover() local
1061 pbuf_free(p_out); in dhcp_discover()
1163 struct pbuf *p_out; in dhcp_renew() local
[all …]
/reactos/drivers/network/tcpip/lwip/src/core/ipv6/
H A Ddhcp6.c380 struct pbuf *p_out; in dhcp6_create_msg() local
386 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() argument
465 struct pbuf *p_out; in dhcp6_information_request() local
470 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 …]
/reactos/drivers/network/tcpip/lwip/
H A DCHANGELOG212 dhcp - they are used in a call stack only (p_out and options_out_len as well)