tun

package
v0.0.0-...-e84129e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2015 License: Apache-2.0, MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IFF_NO_PI = 0x10
	IFF_TUN   = 0x01
	IFF_TAP   = 0x02
	TUNSETIFF = 0x400454CA
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Tun

type Tun struct {
	ReadCh  chan []byte
	WriteCh chan []byte
	// contains filtered or unexported fields
}

func New

func New() *Tun

func (*Tun) Name

func (tun *Tun) Name() string

func (*Tun) Open

func (tun *Tun) Open()

func (*Tun) ReadPacket

func (tun *Tun) ReadPacket()

func (*Tun) SetupAddress

func (tun *Tun) SetupAddress(newAddr string, newMTU int)

func (*Tun) Start

func (tun *Tun) Start()

func (*Tun) Stop

func (tun *Tun) Stop()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL