Changeset fe4310f in mainline for uspace/srv/inet/pdu.h


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

Distinguish between datagram and packet. Deliver received datagrams to
clients based on protocol number.

File:
1 edited

Legend:

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

    rbd8bfc5a rfe4310f  
    4040#include "inet.h"
    4141
    42 extern int inet_pdu_encode(inet_dgram_t *, uint8_t, int, void **, size_t *);
    43 extern int inet_pdu_decode(void *, size_t, inet_dgram_t *, uint8_t *, int *);
     42extern int inet_pdu_encode(inet_packet_t *, void **, size_t *);
     43extern int inet_pdu_decode(void *, size_t, inet_packet_t *);
    4444
    4545#endif
Note: See TracChangeset for help on using the changeset viewer.