Versions in this module Expand all Collapse all v0 v0.0.18 Nov 28, 2014 v0.0.17 Nov 24, 2014 v0.0.16 Nov 22, 2014 v0.0.15 Nov 10, 2014 v0.0.14 Oct 29, 2014 v0.0.13 Oct 29, 2014 v0.0.12 Oct 29, 2014 v0.0.11 Oct 10, 2014 v0.0.10 Oct 8, 2014 v0.0.9 Oct 3, 2014 v0.0.7 Sep 29, 2014 v0.0.6 Sep 29, 2014 Changes in this version + func IPv6PseudoHeader(src, dst net.IP) []byte + type DefaultMessageBody struct + Data []byte + func (p *DefaultMessageBody) Len() int + func (p *DefaultMessageBody) Marshal() ([]byte, error) + type Echo struct + Data []byte + ID int + Seq int + func (p *Echo) Len() int + func (p *Echo) Marshal() ([]byte, error) + type Message struct + Body MessageBody + Checksum int + Code int + Type Type + func ParseMessage(proto int, b []byte) (*Message, error) + func (m *Message) Marshal(psh []byte) ([]byte, error) + type MessageBody interface + Len func() int + Marshal func() ([]byte, error) + type Type interface + String func() string