Changeset 49565 in vbox
- Timestamp:
- Nov 20, 2013 7:35:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/Config.h
r49564 r49565 503 503 static NetworkManager *getNetworkManager(); 504 504 505 int offer4Client(const Client& lease, uint32_t u32Xid, uint8_t *pu8ReqList, int cReqList); 506 int ack(const Client& lease, uint32_t u32Xid, uint8_t *pu8ReqList, int cReqList); 507 int nak(const Client& lease, uint32_t u32Xid); 508 505 509 const RTNETADDRIPV4& getOurAddress() const; 506 510 const RTNETADDRIPV4& getOurNetmask() const; … … 522 526 NetworkManager(); 523 527 ~NetworkManager(); 524 525 int offer4Client(const Client& lease, uint32_t u32Xid, uint8_t *pu8ReqList, int cReqList);526 int ack(const Client& lease, uint32_t u32Xid, uint8_t *pu8ReqList, int cReqList);527 int nak(const Client& lease, uint32_t u32Xid);528 528 529 529 int prepareReplyPacket4Client(const Client& client, uint32_t u32Xid);
Note:
See TracChangeset
for help on using the changeset viewer.