type github.com/prometheus/procfs.ARPEntry
8 uses
github.com/prometheus/procfs (current package)
arp.go#L25: type ARPEntry struct {
arp.go#L36: func (fs FS) GatherARPEntries() ([]ARPEntry, error) {
arp.go#L45: func parseARPEntries(data []byte) ([]ARPEntry, error) {
arp.go#L47: entries := make([]ARPEntry, 0)
arp.go#L62: return []ARPEntry{}, fmt.Errorf("failed to parse ARP entry: %s", err)
arp.go#L66: return []ARPEntry{}, fmt.Errorf("%d columns were detected, but %d were expected", width, expectedDataWidth)
arp.go#L74: func parseARPEntry(columns []string) (ARPEntry, error) {
arp.go#L78: entry := ARPEntry{
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |