Documentation ¶
Index ¶
- func NewIcmpError(msg string) *icmpError
- type ICMPResponse
- type Ping
- func NewPingV4(laddr *net.IPAddr, raddr *net.IPAddr, timeout time.Duration, Identify int) (Ping, error)
- func NewPingV6(raddr *net.IPAddr, timeout time.Duration) (Ping, error)
- func NewUdpV4(laddr *net.IPAddr, raddr *net.IPAddr, timeout time.Duration, Identify int) (Ping, error)
- func NewUdpV6(raddr *net.IPAddr, timeout time.Duration, Identify int) (Ping, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIcmpError ¶
func NewIcmpError(msg string) *icmpError
Types ¶
type ICMPResponse ¶
Click to show internal directories.
Click to hide internal directories.