Tobias Klauser dbab0cf9d9 internal/socket: add support for openbsd/arm64 6 years ago
..
cmsghdr.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
cmsghdr_bsd.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
cmsghdr_linux_32bit.go b8b13433cc internal/socket: add message IO functionality 8 years ago
cmsghdr_linux_64bit.go 018c4d40a1 ipv4, ipv6, internal/socket: add riscv64 support 6 years ago
cmsghdr_solaris_64bit.go b8b13433cc internal/socket: add message IO functionality 8 years ago
cmsghdr_stub.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
defs_aix.go f3200d17e0 internal/socket: remove leftover AF_* and SOCK_RAW constants on aix 6 years ago
defs_darwin.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
defs_dragonfly.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
defs_freebsd.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
defs_linux.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
defs_netbsd.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
defs_openbsd.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
defs_solaris.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
empty.s adae6a3d11 internal/socket: use libc calls on darwin 7 years ago
error_unix.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
error_windows.go 50e760fb1d internal/socket: new package 8 years ago
iovec_32bit.go 4f8c76a975 internal/socket: don't crash with empty Message.Buffers 8 years ago
iovec_64bit.go 018c4d40a1 ipv4, ipv6, internal/socket: add riscv64 support 6 years ago
iovec_solaris_64bit.go 4f8c76a975 internal/socket: don't crash with empty Message.Buffers 8 years ago
iovec_stub.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
mmsghdr_stub.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
mmsghdr_unix.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
msghdr_bsd.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
msghdr_bsdvar.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
msghdr_linux.go b8b13433cc internal/socket: add message IO functionality 8 years ago
msghdr_linux_32bit.go 4f8c76a975 internal/socket: don't crash with empty Message.Buffers 8 years ago
msghdr_linux_64bit.go 018c4d40a1 ipv4, ipv6, internal/socket: add riscv64 support 6 years ago
msghdr_openbsd.go 4f8c76a975 internal/socket: don't crash with empty Message.Buffers 8 years ago
msghdr_solaris_64bit.go 4f8c76a975 internal/socket: don't crash with empty Message.Buffers 8 years ago
msghdr_stub.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
rawconn.go c1c748415a internal/socket: drop support for go1.8 or below 6 years ago
rawconn_mmsg.go c1c748415a internal/socket: drop support for go1.8 or below 6 years ago
rawconn_msg.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
rawconn_nommsg.go c1c748415a internal/socket: drop support for go1.8 or below 6 years ago
rawconn_nomsg.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
socket.go 312bce6e94 internal/socket: make not implemented errors more descriptive 6 years ago
socket_test.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
sys.go 77544e6953 all: make bit clear operator explicitly 6 years ago
sys_bsd.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
sys_bsdvar.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
sys_const_unix.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
sys_darwin.go b8b13433cc internal/socket: add message IO functionality 8 years ago
sys_dragonfly.go b8b13433cc internal/socket: add message IO functionality 8 years ago
sys_go1_11_darwin.go adae6a3d11 internal/socket: use libc calls on darwin 7 years ago
sys_linkname.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
sys_linux.go b8b13433cc internal/socket: add message IO functionality 8 years ago
sys_linux_386.go b8b13433cc internal/socket: add message IO functionality 8 years ago
sys_linux_386.s 50e760fb1d internal/socket: new package 8 years ago
sys_linux_amd64.go f61a77393d internal/socket: add platform-dependent boilerplate files 8 years ago
sys_linux_arm.go f61a77393d internal/socket: add platform-dependent boilerplate files 8 years ago
sys_linux_arm64.go f61a77393d internal/socket: add platform-dependent boilerplate files 8 years ago
sys_linux_mips.go f61a77393d internal/socket: add platform-dependent boilerplate files 8 years ago
sys_linux_mips64.go f61a77393d internal/socket: add platform-dependent boilerplate files 8 years ago
sys_linux_mips64le.go f61a77393d internal/socket: add platform-dependent boilerplate files 8 years ago
sys_linux_mipsle.go f61a77393d internal/socket: add platform-dependent boilerplate files 8 years ago
sys_linux_ppc64.go f61a77393d internal/socket: add platform-dependent boilerplate files 8 years ago
sys_linux_ppc64le.go f61a77393d internal/socket: add platform-dependent boilerplate files 8 years ago
sys_linux_riscv64.go 018c4d40a1 ipv4, ipv6, internal/socket: add riscv64 support 6 years ago
sys_linux_s390x.go b8b13433cc internal/socket: add message IO functionality 8 years ago
sys_linux_s390x.s b8b13433cc internal/socket: add message IO functionality 8 years ago
sys_netbsd.go b8b13433cc internal/socket: add message IO functionality 8 years ago
sys_posix.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
sys_solaris.go 312bce6e94 internal/socket: make not implemented errors more descriptive 6 years ago
sys_solaris_amd64.s 50e760fb1d internal/socket: new package 8 years ago
sys_stub.go 457ff44d03 internal/socket: add port for aix/ppc64 6 years ago
sys_unix.go adae6a3d11 internal/socket: use libc calls on darwin 7 years ago
sys_windows.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_aix_ppc64.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_darwin_386.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_darwin_amd64.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_darwin_arm.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_darwin_arm64.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_dragonfly_amd64.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_freebsd_386.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_freebsd_amd64.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_freebsd_arm.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_linux_386.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_linux_amd64.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_linux_arm.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_linux_arm64.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_linux_mips.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_linux_mips64.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_linux_mips64le.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_linux_mipsle.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_linux_ppc64.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_linux_ppc64le.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_linux_riscv64.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_linux_s390x.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_netbsd_386.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_netbsd_amd64.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_netbsd_arm.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_netbsd_arm64.go 60506f45cf internal/socket: add support for netbsd/arm64 6 years ago
zsys_openbsd_386.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_openbsd_amd64.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_openbsd_arm.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago
zsys_openbsd_arm64.go dbab0cf9d9 internal/socket: add support for openbsd/arm64 6 years ago
zsys_solaris_amd64.go fa69b94a3b internal/socket: use AF_* and SOCK_RAW constants from x/sys 6 years ago