Changes in uspace/srv/net/include/icmp_api.h [21580dd:aadf01e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/include/icmp_api.h
r21580dd raadf01e 79 79 * @returns EPARTY if there was an internal error. 80 80 */ 81 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);81 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); 82 82 83 83 /*@}*/
Note:
See TracChangeset
for help on using the changeset viewer.