net.UnixAddr.Net (field)
10 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) {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |