Changeset 59ecd4a in mainline for uspace/lib/socket/generic/icmp_api.c
- Timestamp:
- 2010-04-04T21:41:47Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5db9084
- Parents:
- 36a75a2 (diff), ee7e82a9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/socket/generic/icmp_api.c
r36a75a2 r59ecd4a 43 43 #include <sys/types.h> 44 44 45 #include "../../modules.h" 46 47 #include "../../include/icmp_api.h" 48 #include "../../include/inet.h" 49 #include "../../include/ip_codes.h" 50 #include "../../include/socket_codes.h" 51 52 #include "icmp_messages.h" 45 #include <net_modules.h> 46 #include <icmp_api.h> 47 #include <inet.h> 48 #include <ip_codes.h> 49 #include <socket_codes.h> 50 #include <icmp_messages.h> 53 51 54 52 int icmp_echo_msg(int icmp_phone, size_t size, mseconds_t timeout, ip_ttl_t ttl, ip_tos_t tos, int dont_fragment, const struct sockaddr * addr, socklen_t addrlen){
Note:
See TracChangeset
for help on using the changeset viewer.