Searched refs:offer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Ddhcp.c218 struct in_addr offer; member in struct:dhcp_session
221 /** DHCP offer priority */
228 /** ProxyDHCP offer */
230 /** ProxyDHCP offer priority */
400 /* Select as DHCP offer, if applicable */
404 dhcp->offer = ip;
410 /* Select as ProxyDHCP offer, if applicable */
428 if ( ! dhcp->offer.s_addr )
450 if ( dhcp->offer.s_addr && ( elapsed > PROXYDHCP_MAX_TIMEOUT ) ) {
483 DBGC ( dhcp, " for %s\n", inet_ntoa ( dhcp->offer ) );
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_input.c2006 tcp_mss(PNATState pData, register struct tcpcb *tp, u_int offer) argument
2011 LogFlowFunc(("ENTER: tcp_mss: tp = %R[tcpcb793], offer = %d\n", tp, offer));
2014 if (offer)
2015 mss = min(mss, offer);
2017 if (mss < tp->t_maxseg || offer != 0)

Completed in 328 milliseconds