tlv-lp-packet.h
1 
21 #ifndef NDN_TLV_LP_PACKET_H
22 #define NDN_TLV_LP_PACKET_H
23 
24 #include "../../lp/lp-packet.h"
25 #include "tlv-encoder.h"
26 #include "tlv-decoder.h"
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
40 ndn_Error
41 ndn_decodeTlvLpPacket
42  (struct ndn_LpPacket *lpPacket, struct ndn_TlvDecoder *decoder);
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 #endif
An ndn_LpPacket holds a list of LP packet header fields and an optional fragment wire encoding...
Definition: lp-packet-types.h:57
Copyright (C) 2014-2016 Regents of the University of California.
Definition: tlv-decoder.h:34