Ignore:
Timestamp:
2010-03-07T22:51:38Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
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.
Message:

Merge from lp:~lukasmejdrech/helenos/network.

File:
1 edited

Legend:

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

    rb5cbff4 r71b00dcc  
    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.