23 #ifndef INCLUDED_GR_TUNTAP_PDU_H
24 #define INCLUDED_GR_TUNTAP_PDU_H
32 #if (defined(linux) || defined(__linux) || defined(__linux__))
34 #include <linux/if_tun.h>
50 int tun_alloc(
char* dev,
int flags = IFF_TAP | IFF_NO_PI);
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
GR_CORE_API gr_block_sptr gr_make_tuntap_pdu(std::string dev, int MTU=0)
~gr_tuntap_pdu()
Definition: gr_tuntap_pdu.h:67
Gather received items into messages and insert into msgq.
Definition: gr_stream_pdu_base.h:35
Definition: gr_tuntap_pdu.h:62