Changeset 7715994 in mainline for uspace/srv/net/include/icmp_interface.h
- Timestamp:
- 2010-03-13T12:17:02Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ba20a6b
- Parents:
- d0febca (diff), 2070570 (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_interface.h
rd0febca r7715994 71 71 * @returns ENOMEM if there is not enough memory left. 72 72 */ 73 int icmp_destination_unreachable_msg( int icmp_phone, icmp_code_t code, icmp_param_t mtu, packet_t packet);73 int icmp_destination_unreachable_msg(int icmp_phone, icmp_code_t code, icmp_param_t mtu, packet_t packet); 74 74 75 75 /** Sends the Source Quench error notification packet. … … 82 82 * @returns ENOMEM if there is not enough memory left. 83 83 */ 84 int icmp_source_quench_msg( int icmp_phone, packet_t packet);84 int icmp_source_quench_msg(int icmp_phone, packet_t packet); 85 85 86 86 /** Sends the Time Exceeded error notification packet. … … 94 94 * @returns ENOMEM if there is not enough memory left. 95 95 */ 96 int icmp_time_exceeded_msg( int icmp_phone, icmp_code_t code, packet_t packet);96 int icmp_time_exceeded_msg(int icmp_phone, icmp_code_t code, packet_t packet); 97 97 98 98 /** Sends the Parameter Problem error notification packet. … … 107 107 * @returns ENOMEM if there is not enough memory left. 108 108 */ 109 int icmp_parameter_problem_msg( int icmp_phone, icmp_code_t code, icmp_param_t pointer, packet_t packet);109 int icmp_parameter_problem_msg(int icmp_phone, icmp_code_t code, icmp_param_t pointer, packet_t packet); 110 110 111 111 /*@}*/
Note:
See TracChangeset
for help on using the changeset viewer.