func syscall.Bind
7 uses
syscall (current package)
lsf_linux.go#L36: e = Bind(s, &lsall)
netlink_linux.go#L67: if err := Bind(s, sa); err != nil {
syscall_unix.go#L285: func Bind(fd int, sa Sockaddr) (err error) {
net
ipsock_posix.go#L62: if err := syscall.Bind(s, sa); err != nil {
sock_posix.go#L140: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
sock_posix.go#L197: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
sock_posix.go#L250: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |