Versions in this module Expand all Collapse all v1 v1.0.0 Jan 20, 2014 Changes in this version + var AF_INET = []byte + type Address struct + Family []byte + IP net.IP + Padding int + func (addr *Address) Bytes() []byte + func (addr *Address) Data() Generic + func (addr *Address) Length() uint32 + func (addr *Address) Put(b []byte) + func (addr *Address) String() string + type DiameterIdentity struct + func (p *DiameterIdentity) String() string + type DiameterURI struct + Value string + func (du *DiameterURI) Bytes() []byte + func (du *DiameterURI) Data() Generic + func (du *DiameterURI) Length() uint32 + func (du *DiameterURI) Put(b []byte) + func (du *DiameterURI) String() string + type Enumerated struct + func (p *Enumerated) String() string + type Float32 struct + Value float32 + func (n *Float32) Bytes() []byte + func (n *Float32) Data() Generic + func (n *Float32) Length() uint32 + func (n *Float32) Put(b []byte) + func (n *Float32) String() string + type Float64 struct + Value float64 + func (n *Float64) Bytes() []byte + func (n *Float64) Data() Generic + func (n *Float64) Length() uint32 + func (n *Float64) Put(b []byte) + func (n *Float64) String() string + type Generic interface + type IPFilterRule struct + func (p *IPFilterRule) String() string + type IPv4 struct + IP net.IP + func (addr *IPv4) Bytes() []byte + func (addr *IPv4) Data() Generic + func (addr *IPv4) Length() uint32 + func (addr *IPv4) Put(b []byte) + func (addr *IPv4) String() string + type Integer32 struct + Value int32 + func (n *Integer32) Bytes() []byte + func (n *Integer32) Length() uint32 + func (n *Integer32) Put(b []byte) + func (n *Integer32) String() string + func (n Integer32) Data() Generic + type Integer64 struct + Value int64 + func (n *Integer64) Bytes() []byte + func (n *Integer64) Data() Generic + func (n *Integer64) Length() uint32 + func (n *Integer64) Put(b []byte) + func (n *Integer64) String() string + type OctetString struct + Padding uint32 + Value string + func (os *OctetString) Bytes() []byte + func (os *OctetString) Data() Generic + func (os *OctetString) Length() uint32 + func (os *OctetString) Put(b []byte) + func (os *OctetString) String() string + type Time struct + Value time.Time + func (t *Time) Bytes() []byte + func (t *Time) Data() Generic + func (t *Time) Length() uint32 + func (t *Time) Put(b []byte) + func (t *Time) String() string + type UTF8String struct + func (p *UTF8String) String() string + type Unsigned32 struct + Value uint32 + func (n *Unsigned32) Bytes() []byte + func (n *Unsigned32) Data() Generic + func (n *Unsigned32) Length() uint32 + func (n *Unsigned32) Put(b []byte) + func (n *Unsigned32) String() string + type Unsigned64 struct + Value uint64 + func (n *Unsigned64) Bytes() []byte + func (n *Unsigned64) Data() Generic + func (n *Unsigned64) Length() uint32 + func (n *Unsigned64) Put(b []byte) + func (n *Unsigned64) String() string