Changeset 17848 in vbox
- Timestamp:
- Mar 13, 2009 4:31:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/net.h
r17771 r17848 639 639 /** @name ARP operations 640 640 * @{ */ 641 #define RTNET_ARPOP_REQUEST UINT16_C(1) /**< Request hardwar daddress given a protocol address (ARP). */641 #define RTNET_ARPOP_REQUEST UINT16_C(1) /**< Request hardware address given a protocol address (ARP). */ 642 642 #define RTNET_ARPOP_REPLY UINT16_C(2) 643 643 #define RTNET_ARPOP_REVREQUEST UINT16_C(3) /**< Request protocol address given a hardware address (RARP). */
Note:
See TracChangeset
for help on using the changeset viewer.