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{