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#L287: func Bind(fd int, sa Sockaddr) (err error) {
net
ipsock_posix.go#L72: if err := syscall.Bind(s, sa); err != nil {
sock_posix.go#L113: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
sock_posix.go#L167: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
sock_posix.go#L217: if err = syscall.Bind(fd.pfd.Sysfd, lsa); err != nil {
![]() |
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. |