Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/include/icmp_interface.h

    r21580dd raadf01e  
    7171 *  @returns ENOMEM if there is not enough memory left.
    7272 */
    73 int icmp_destination_unreachable_msg( int icmp_phone, icmp_code_t code, icmp_param_t mtu, packet_t packet );
     73int icmp_destination_unreachable_msg(int icmp_phone, icmp_code_t code, icmp_param_t mtu, packet_t packet);
    7474
    7575/** Sends the Source Quench error notification packet.
     
    8282 *  @returns ENOMEM if there is not enough memory left.
    8383 */
    84 int icmp_source_quench_msg( int icmp_phone, packet_t packet );
     84int icmp_source_quench_msg(int icmp_phone, packet_t packet);
    8585
    8686/** Sends the Time Exceeded error notification packet.
     
    9494 *  @returns ENOMEM if there is not enough memory left.
    9595 */
    96 int icmp_time_exceeded_msg( int icmp_phone, icmp_code_t code, packet_t packet );
     96int icmp_time_exceeded_msg(int icmp_phone, icmp_code_t code, packet_t packet);
    9797
    9898/** Sends the Parameter Problem error notification packet.
     
    107107 *  @returns ENOMEM if there is not enough memory left.
    108108 */
    109 int icmp_parameter_problem_msg( int icmp_phone, icmp_code_t code, icmp_param_t pointer, packet_t packet );
     109int icmp_parameter_problem_msg(int icmp_phone, icmp_code_t code, icmp_param_t pointer, packet_t packet);
    110110
    111111/*@}*/
Note: See TracChangeset for help on using the changeset viewer.