Changeset e767dbf in mainline for uspace/srv/inet/inet.h


Ignore:
Timestamp:
2012-02-09T22:57:05Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1493811
Parents:
ceba4bed
Message:

Sketch IP PDU encoding and decoding.
Unify IP packet routing.

File:
1 edited

Legend:

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

    rceba4bed re767dbf  
    8787
    8888extern int inet_ev_recv(inet_client_t *, inet_dgram_t *);
     89extern int inet_recv_packet(inet_dgram_t *, uint8_t ttl, int df);
    8990
    9091#endif
Note: See TracChangeset for help on using the changeset viewer.