Changes in uspace/srv/net/include/icmp_interface.h [aadf01e:21580dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/include/icmp_interface.h
raadf01e r21580dd 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.