OpenSDN source code
|
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <assert.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <net/if.h>
#include <linux/if_ether.h>
#include <linux/if_tun.h>
#include <linux/if_packet.h>
#include "base/logging.h"
#include "cmn/agent_cmn.h"
#include "init/agent_param.h"
#include "sandesh/sandesh_trace.h"
#include "pkt/pkt_types.h"
#include "pkt/pkt_init.h"
#include "../pkt0_interface.h"
Go to the source code of this file.
Macros | |
#define | TUN_INTF_CLONE_DEV "/dev/net/tun" |
#define | TAP_TRACE(obj,...) |
#define TAP_TRACE | ( | obj, | |
... | |||
) |
Definition at line 27 of file linux/pkt0_interface.cc.
#define TUN_INTF_CLONE_DEV "/dev/net/tun" |
Definition at line 25 of file linux/pkt0_interface.cc.