Changeset 753bca3 in mainline for uspace/lib/net/include
- Timestamp:
- 2010-10-13T22:38:16Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10056483, b2a109d9
- Parents:
- f3b4051
- Location:
- uspace/lib/net/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/icmp_client.h
rf3b4051 r753bca3 38 38 #define __NET_ICMP_CLIENT_H__ 39 39 40 #include < icmp_codes.h>40 #include <net/icmp_codes.h> 41 41 #include <net/packet.h> 42 42 -
uspace/lib/net/include/icmp_header.h
rf3b4051 r753bca3 42 42 43 43 #include <net/in.h> 44 #include < icmp_codes.h>44 #include <net/icmp_codes.h> 45 45 46 46 /** ICMP header size in bytes. -
uspace/lib/net/include/icmp_interface.h
rf3b4051 r753bca3 42 42 #include <net/inet.h> 43 43 #include <net/ip_codes.h> 44 #include < icmp_codes.h>45 #include < icmp_common.h>44 #include <net/icmp_codes.h> 45 #include <net/icmp_common.h> 46 46 47 47 /** @name ICMP module interface
Note:
See TracChangeset
for help on using the changeset viewer.