Changeset 99775 in vbox for trunk/src/VBox/HostDrivers/adpctl/VBoxNetAdpCtl.cpp
- Timestamp:
- May 12, 2023 12:21:58 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/adpctl/VBoxNetAdpCtl.cpp
r99633 r99775 129 129 130 130 /** Simple helper to distinguish IPv4 and IPv6 addresses. */ 131 inline boolisAddrV6(const char *pcszAddress)131 DECLINLINE(bool) isAddrV6(const char *pcszAddress) 132 132 { 133 133 return !!(strchr(pcszAddress, ':'));
Note:
See TracChangeset
for help on using the changeset viewer.