func syscall.Bind
5 uses
syscall (current package)
syscall_unix.go#L249: func Bind(fd int, sa Sockaddr) (err error) {
net
ipsock_posix.go#L61: if err := syscall.Bind(s, sa); err != nil {
sock_posix.go#L138: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
sock_posix.go#L193: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
sock_posix.go#L245: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
![]() |
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. |