Changeset 63478 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Aug 15, 2016 2:04:10 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110129
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_icmp.c
r63459 r63478 64 64 /* The message sent when emulating PING */ 65 65 /* Be nice and tell them it's just a psuedo-ping packet */ 66 #if 0 66 #if 0 /* unused */ 67 67 static const char icmp_ping_msg[] = "This is a psuedo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n"; 68 68 #endif -
trunk/src/VBox/Devices/Network/slirp/tftp.c
r63014 r63478 196 196 197 197 198 #if 0 /* unused */ 198 199 DECLINLINE(bool) tftpIsAcceptableOption(const char *pszOptionName) 199 200 { … … 214 215 return false; 215 216 } 217 #endif /* unused */ 216 218 217 219
Note:
See TracChangeset
for help on using the changeset viewer.