Changeset 71b00dcc in mainline for uspace/srv/net/include/icmp_client.h
- Timestamp:
- 2010-03-07T22:51:38Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60ab6c3
- Parents:
- b5cbff4 (diff), 31c80a5 (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 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/include/icmp_client.h
rb5cbff4 r71b00dcc 50 50 * @returns Zero (0) if the packet contains no data. 51 51 */ 52 int icmp_client_process_packet( packet_t packet, icmp_type_t * type, icmp_code_t * code, icmp_param_t * pointer, icmp_param_t * mtu);52 int icmp_client_process_packet(packet_t packet, icmp_type_t * type, icmp_code_t * code, icmp_param_t * pointer, icmp_param_t * mtu); 53 53 54 54 /** Returns the ICMP header length. … … 56 56 * @returns The ICMP header length in bytes. 57 57 */ 58 size_t icmp_client_header_length( packet_t packet);58 size_t icmp_client_header_length(packet_t packet); 59 59 60 60 #endif
Note:
See TracChangeset
for help on using the changeset viewer.