github.com/prometheus/procfs.NetUnix.parseType (method)

2 uses

	github.com/prometheus/procfs (current package)
		net_unix.go#L161: 	typ, err := u.parseType(fields[netUnixTypeIdx])
		net_unix.go#L210: func (u NetUnix) parseType(hexStr string) (NetUnixType, error) {