Changeset 637a3b4 in mainline for uspace/srv/inet/inet.h


Ignore:
Timestamp:
2012-03-09T19:41:43Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ffa8912
Parents:
fa101c4
Message:

ICMP echo replying.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified uspace/srv/inet/inet.h

    rfa101c4 r637a3b4  
    117117extern int inet_ev_recv(inet_client_t *, inet_dgram_t *);
    118118extern int inet_recv_packet(inet_packet_t *);
     119extern int inet_route_packet(inet_dgram_t *, uint8_t, uint8_t, int);
    119120
    120121#endif
Note: See TracChangeset for help on using the changeset viewer.