net.UnixAddr.Net (field)
12 uses
net (current package)
unixsock.go#L24: Net string
unixsock.go#L30: return a.Net
unixsock.go#L60: return &UnixAddr{Name: address, Net: network}, nil
unixsock_posix.go#L54: return &UnixAddr{Name: s.Name, Net: "unix"}
unixsock_posix.go#L61: return &UnixAddr{Name: s.Name, Net: "unixgram"}
unixsock_posix.go#L68: return &UnixAddr{Name: s.Name, Net: "unixpacket"}
unixsock_posix.go#L107: addr = &UnixAddr{Name: sa.Name, Net: sotypeToNet(c.fd.sotype)}
unixsock_posix.go#L123: addr = &UnixAddr{Name: sa.Name, Net: sotypeToNet(c.fd.sotype)}
unixsock_posix.go#L136: if addr.Net != sotypeToNet(c.fd.sotype) {
unixsock_posix.go#L149: if addr.Net != sotypeToNet(c.fd.sotype) {
go.pact.im/x/zapjournal
zapjournal.go#L20: return net.ListenUnixgram("unixgram", &net.UnixAddr{Net: "unixgram"})
zapjournal_linux.go#L65: Net: "unixgram",
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)