dns

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TypeATMA  uint16 = 0x22
	TypeWINS  uint16 = 0xFF01
	TypeWINSR uint16 = 0xFF02
	TypeWKS   uint16 = 0x0B
)

Functions

This section is empty.

Types

type ATMA

type ATMA struct {
	dns.ANY
	Format  uint8
	Address []byte
}

func (*ATMA) String

func (rr *ATMA) String() string

type WINS

type WINS struct {
	dns.ANY
	MappingFlag   uint32
	LookupTimeout uint32
	CacheTimeout  uint32
	WINSServers   []net.IP
}

func (*WINS) String

func (rr *WINS) String() string

type WINSR

type WINSR struct {
	dns.ANY
	MappingFlag   uint32
	LookupTimeout uint32
	CacheTimeout  uint32
	ResultDomain  string
}

func (*WINSR) String

func (rr *WINSR) String() string

type WKS

type WKS struct {
	dns.ANY
	IPAddress net.IP
	Protocol  uint8
	Services  string
}

func (*WKS) String

func (rr *WKS) String() string

Jump to

Keyboard shortcuts

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