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

/vbox/src/VBox/Devices/Network/slirp/
H A Dbootp.c685 const uint8_t *pu8RawDhcpObject; local
692 pu8RawDhcpObject = buf;
696 if (memcmp(pu8RawDhcpObject, rfc1533_cookie, 4) != 0)
699 /* note: pu8RawDhcpObject doesn't point to parameter buf */
700 pu8RawDhcpObject = dhcp_find_option(bp->bp_vend, RFC2132_MSG_TYPE);
701 Assert(pu8RawDhcpObject);
702 if (!pu8RawDhcpObject)
746 switch (*(pu8RawDhcpObject + 2))
769 /* note: pu8RawDhcpObject doesn't point to DHCP header, now it's expected it points
772 pu8RawDhcpObject
[all...]

Completed in 506 milliseconds