Searched defs:fDhcpDiscover (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dbootp.c567 static int dhcp_decode_discover(PNATState pData, struct bootp_t *bp, int fDhcpDiscover, struct mbuf *m) argument
573 if (fDhcpDiscover)
688 int fDhcpDiscover = 0; local
749 fDhcpDiscover = 1;
752 rc = dhcp_decode_discover(pData, bp, fDhcpDiscover, m);

Completed in 59 milliseconds