Changeset e767dbf in mainline for uspace/srv/inet/pdu.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/pdu.h

    rceba4bed re767dbf  
    4040#include "inet.h"
    4141
    42 extern int inet_pdu_encode(inet_dgram_t *, void **, size_t *);
     42extern int inet_pdu_encode(inet_dgram_t *, uint8_t, int, void **, size_t *);
     43extern int inet_pdu_decode(void *, size_t, inet_dgram_t *, uint8_t *, int *);
    4344
    4445#endif
Note: See TracChangeset for help on using the changeset viewer.