repo
stringlengths
6
47
file_url
stringlengths
77
269
file_path
stringlengths
5
186
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-07 08:35:43
2026-01-07 08:55:24
truncated
bool
2 classes
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zerrors_darwin_386.go
vendor/golang.org/x/sys/unix/zerrors_darwin_386.go
// mkerrors.sh -m32 // Code generated by the command above; see README.md. DO NOT EDIT. // +build 386,darwin // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m32 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_CCITT = 0xa ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go
vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go
// go run mksyscall.go -tags linux,s390x syscall_linux.go syscall_linux_s390x.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,s390x package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func fanotify...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go
vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build mips,linux package unix const ( SYS_SYSCALL = 4000 SYS_EXIT = 4001 SYS_FORK ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go
vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go
// go run mksyscall.go -l32 -arm -tags linux,arm syscall_linux.go syscall_linux_arm.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,arm package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func fano...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go
vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go
// cgo -godefs -- -Wall -Werror -static -I/tmp/include /build/linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build mips64le,linux package unix const ( SizeofPtr = 0x8 SizeofLong = 0x8 ) type ( _C_long int64 ) type Timespec struct { Sec int64 Nsec in...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go
vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go
// go run mksyscall.go -openbsd -tags openbsd,arm64 syscall_bsd.go syscall_openbsd.go syscall_openbsd_arm64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build openbsd,arm64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go
// go run mksyscall.go -l32 -tags darwin,386,go1.12 syscall_bsd.go syscall_darwin.go syscall_darwin_386.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build darwin,386,go1.12 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go
vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build amd64,freebsd package unix import ( "syscall" "unsafe" ) func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec} } f...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.go
// go run mksyscall.go -l32 -tags darwin,386,go1.13 syscall_darwin.1_13.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build darwin,386,go1.13 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func closedir...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/xattr_bsd.go
vendor/golang.org/x/sys/unix/xattr_bsd.go
// Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build freebsd netbsd package unix import ( "strings" "unsafe" ) // Derive extattr namespace and attribute name func xattrnamespace(fullattr string) (n...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/errors_freebsd_arm.go
vendor/golang.org/x/sys/unix/errors_freebsd_arm.go
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package unix const ( IFT_1822 = 0x2 IFT_A12MPPSWITCH = 0x82 IFT_AAL2 = 0xbb IFT_AAL5 ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ztypes_darwin_386.go
vendor/golang.org/x/sys/unix/ztypes_darwin_386.go
// cgo -godefs types_darwin.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build 386,darwin package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 ) type ( _C_short int16 _C_int int...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build linux // +build mips64 mips64le package unix //sys dup2(oldfd int, newfd int) (err error) //sysnb EpollCreate(size int) (fd int, err error) //sys Ep...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go
vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go
// cgo -godefs types_darwin.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm64,darwin package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 ) type ( _C_short int16 _C_int i...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go
vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go
// Code generated by linux/mkall.go generatePtracePair("arm", "arm64"). DO NOT EDIT. // +build linux // +build arm arm64 package unix import "unsafe" // PtraceRegsArm is the registers used by arm binaries. type PtraceRegsArm struct { Uregs [18]uint32 } // PtraceGetRegsArm fetches the registers used by arm binarie...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go
vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go
// cgo -godefs types_aix.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc,aix package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 PathMax = 0x3ff ) type ( _C_short int16...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/gccgo.go
vendor/golang.org/x/sys/unix/gccgo.go
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build gccgo // +build !aix package unix import "syscall" // We can't use the gc-syntax .s files for gccgo. On the plus side // much of the functionality ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.go
// go run mksyscall.go -l32 -tags darwin,arm,go1.13 syscall_darwin.1_13.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build darwin,arm,go1.13 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func closedir...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/errors_freebsd_386.go
vendor/golang.org/x/sys/unix/errors_freebsd_386.go
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Constants that were deprecated or moved to enums in the FreeBSD headers. Keep // them here for backwards compatibility. package unix const ( DLT_HHDLC ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go
vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go
// go run mksyscall.go -l32 -arm -tags linux,mipsle syscall_linux.go syscall_linux_mipsx.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,mipsle package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT f...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go
vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go
// go run mksysnum.go /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.1.sdk/usr/include/sys/syscall.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm64,darwin package unix // Deprecated: Use libSystem wrappers instead of direct syscal...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go
vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go
// mkerrors.sh -marm // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,netbsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -marm _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x1...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go
vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -fsigned-char /build/linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm64,linux package unix const ( SizeofPtr = 0x8 SizeofLong = 0x8 ) type ( _C_long int64 ) type Timespec struct { Sec int...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go
// go run mksyscall.go -dragonfly -tags dragonfly,amd64 syscall_bsd.go syscall_dragonfly.go syscall_dragonfly_amd64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build dragonfly,amd64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMM...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go
vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,netbsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x1...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go
vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go
// go run mksyscall.go -tags linux,arm64 syscall_linux.go syscall_linux_arm64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,arm64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func fanotify...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go
vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go
// Code generated by linux/mkall.go generatePtracePair("mips", "mips64"). DO NOT EDIT. // +build linux // +build mips mips64 package unix import "unsafe" // PtraceRegsMips is the registers used by mips binaries. type PtraceRegsMips struct { Regs [32]uint64 Lo uint64 Hi uint64 Epc uint64 Ba...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go
vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go
// go run mksyscall.go -openbsd -tags openbsd,mips64 syscall_bsd.go syscall_openbsd.go syscall_openbsd_mips64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build openbsd,mips64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go
vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go
// Copyright 2019 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build darwin,go1.13 package unix import ( "unsafe" "golang.org/x/sys/internal/unsafeheader" ) //sys closedir(dir uintptr) (err error) //sys readdir_r(...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go
vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go
// go run mksysnum.go /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/syscall.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,darwin package unix // Deprecated: Use libSystem wrappers instead of direct syscalls....
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go
vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go
// go run mksysnum.go /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/sys/syscall.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build 386,darwin package unix // Deprecated: Use libSystem wrappers instead of direct syscalls. c...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go
vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build amd64,darwin package unix import "syscall" func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec} } func setTimeval(s...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_bsd.go
vendor/golang.org/x/sys/unix/syscall_bsd.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build darwin dragonfly freebsd netbsd openbsd // BSD system call wrappers shared by *BSD based systems // including OS X (Darwin) and FreeBSD. Like the ot...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go
vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc64,linux package unix const ( SYS_RESTART_SYSCALL = 0 SYS_EXIT = 1 SYS_FORK = 2 SYS_READ ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go
vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go
// go run mksysnum.go http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/kern/syscalls.master // Code generated by the command above; DO NOT EDIT. // +build arm64,netbsd package unix const ( SYS_EXIT = 1 // { void|sys||exit(int rval); } SYS_FORK = 2 // { int|sys||fork(void);...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go
vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go
// cgo -godefs types_aix.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc64,aix package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 PathMax = 0x3ff ) type ( _C_short int...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go
vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go
// cgo -godefs types_freebsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,freebsd package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 ) type ( _C_short int16 _C_int ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/affinity_linux.go
vendor/golang.org/x/sys/unix/affinity_linux.go
// Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // CPU affinity functions package unix import ( "math/bits" "unsafe" ) const cpuSetSize = _CPU_SETSIZE / _NCPUBITS // CPUSet represents a CPU affinity mas...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go
vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build mips64,openbsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BLUETOOTH = 0...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go
vendor/golang.org/x/sys/unix/syscall_openbsd_386.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build 386,openbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: int32(nsec)} } func setTimeval(sec, usec int...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go
vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build amd64,solaris package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec} } func setTimeval(sec, usec int64) T...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include -fsigned-char // Code generated by the command above; see README.md. DO NOT EDIT. // +build s390x,linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/include -fsigned-char /build/_const.go package unix import "sy...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/include -m64 /build/_const.go package unix import "syscall" const ( B...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_linux_386.go
vendor/golang.org/x/sys/unix/syscall_linux_386.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build 386,linux package unix import ( "unsafe" ) func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: int32(sec), Nsec: int32(nsec)} } fu...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/fcntl.go
vendor/golang.org/x/sys/unix/fcntl.go
// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build dragonfly freebsd linux netbsd openbsd package unix import "unsafe" // fcntl64Syscall is usually SYS_FCNTL, but is overridden on 32-bit Linux // sy...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc64,linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/include /build/_const.go package unix import "syscall" const ( B1000000 ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go
// go run mksyscall_aix_ppc64.go -aix -tags aix,ppc64 syscall_aix.go syscall_aix_ppc64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build aix,ppc64 // +build gc package unix import ( "unsafe" ) //go:cgo_import_dynamic libc_utimes utimes "libc.a/shr_64.o" //go:cgo_import_dynamic libc_u...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go
// go run mksyscall_solaris.go -tags solaris,amd64 syscall_solaris.go syscall_solaris_amd64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build solaris,amd64 package unix import ( "syscall" "unsafe" ) //go:cgo_import_dynamic libc_pipe pipe "libc.so" //go:cgo_import_dynamic libc_pipe2 ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go
vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go
// go run mksysnum.go http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,netbsd package unix const ( SYS_EXIT = 1 // { void|sys||exit(int rval); } SYS_FORK = 2 // { int|s...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go
vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go
// cgo -godefs types_netbsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,netbsd package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 ) type ( _C_short int16 _C_int int...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go
vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go
// go run mksysctl_openbsd.go // Code generated by the command above; DO NOT EDIT. // +build mips64,openbsd package unix type mibentry struct { ctlname string ctloid []_C_int } var sysctlMib = []mibentry{ {"ddb.console", []_C_int{9, 6}}, {"ddb.log", []_C_int{9, 7}}, {"ddb.max_line", []_C_int{9, 3}}, {"ddb.ma...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/pagesize_unix.go
vendor/golang.org/x/sys/unix/pagesize_unix.go
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris // For Unix, get the pagesize from the runtime. package unix import "syscall" func Getpa...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go
vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go
// go run mksyscall.go -tags freebsd,arm64 syscall_bsd.go syscall_freebsd.go syscall_freebsd_arm64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build freebsd,arm64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/fcntl_darwin.go
vendor/golang.org/x/sys/unix/fcntl_darwin.go
// Copyright 2019 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package unix import "unsafe" // FcntlInt performs a fcntl syscall on fd with the provided command and argument. func FcntlInt(fd uintptr, cmd, arg int) (int, ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go
vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build riscv64,linux package unix const ( SYS_IO_SETUP = 0 SYS_IO_DESTROY = 1 SYS_IO_SUBMIT = 2 SYS_IO_CANCEL ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_unix.go
vendor/golang.org/x/sys/unix/syscall_unix.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package unix import ( "bytes" "sort" "sync" "syscall" "unsafe" "golang.org/x/sys/in...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go
vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go
// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build arm,netbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: int32(nsec)} } func setTimeval(sec, usec int6...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go
vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go
// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm64,openbsd package unix const ( SYS_EXIT = 1 // { void sys_exit(int rval); } SYS_FORK = 2 // { int sys_for...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go
vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go
// go run mksyscall.go -tags linux,sparc64 syscall_linux.go syscall_linux_sparc64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,sparc64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func fa...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go
vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go
// Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build arm64,freebsd package unix import ( "syscall" "unsafe" ) func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec} } f...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_darwin_386.go
vendor/golang.org/x/sys/unix/syscall_darwin_386.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build 386,darwin package unix import "syscall" func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: int32(sec), Nsec: int32(nsec)} } func ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go
vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go
// go run mksyscall.go -tags linux,ppc64le syscall_linux.go syscall_linux_ppc64x.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,ppc64le package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func fan...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go
vendor/golang.org/x/sys/unix/zsyscall_linux_386.go
// go run mksyscall.go -l32 -tags linux,386 syscall_linux.go syscall_linux_386.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,386 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func fanotifyM...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go
vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go
// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build arm,freebsd package unix import ( "syscall" "unsafe" ) func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: int32(nsec)}...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/aliases.go
vendor/golang.org/x/sys/unix/aliases.go
// Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris // +build go1.9 package unix import "syscall" type Signal = syscall.Signal type Errno = s...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go
vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build arm,gc,linux package unix import "syscall" // Underlying system call writes to newoffset via pointer. // Implemented in assembly to avoid allocatio...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go
// go run mksyscall_aix_ppc64.go -aix -tags aix,ppc64 syscall_aix.go syscall_aix_ppc64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build aix,ppc64 package unix import ( "unsafe" ) // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func utimes(path string, times *[2]Tim...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go
vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go
// mkerrors.sh // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,darwin // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_CCITT = 0xa AF_CHAOS ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_linux.go
vendor/golang.org/x/sys/unix/syscall_linux.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Linux system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates system ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go
// go run mksyscall.go -tags darwin,arm64,go1.13 syscall_darwin.1_13.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build darwin,arm64,go1.13 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func closedir(...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go
vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go
// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build linux // +build mips mipsle package unix import ( "syscall" "unsafe" ) func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ui...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -m64 /build/linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,linux package unix const ( SizeofPtr = 0x8 SizeofLong = 0x8 ) type ( _C_long int64 ) type Timespec struct { Sec int64 Nsec ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build mips64le,linux package unix const ( SYS_READ = 5000 SYS_WRITE = 5001 SYS_OPEN = 5002 SYS_CL...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go
vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Constants that were deprecated or moved to enums in the FreeBSD headers. Keep // them here for backwards compatibility. package unix const ( DLT_HHDLC ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/dev_aix_ppc64.go
vendor/golang.org/x/sys/unix/dev_aix_ppc64.go
// Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build aix // +build ppc64 // Functions to access/create device major and minor numbers matching the // encoding used AIX. package unix // Major returns t...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go
vendor/golang.org/x/sys/unix/zerrors_linux_arm.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/include /build/_const.go package unix import "syscall" const ( B1000000 ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go
vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go
// Copyright 2019 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build aix darwin freebsd linux netbsd openbsd solaris package unix import ( "runtime" ) // Round the length of a raw sockaddr up to align it properly. f...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go
vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc64le,linux package unix const ( SYS_RESTART_SYSCALL = 0 SYS_EXIT = 1 SYS_FORK = 2 SYS_READ ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/dirent.go
vendor/golang.org/x/sys/unix/dirent.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package unix import "unsafe" // readInt returns the size-bytes unsigned integer in native...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go
vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,dragonfly // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ATM = ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go
vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go
// mkerrors.sh // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,openbsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BLUETOOTH = 0x20 AF_CCITT...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/errors_freebsd_arm64.go
vendor/golang.org/x/sys/unix/errors_freebsd_arm64.go
// Copyright 2020 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Constants that were deprecated or moved to enums in the FreeBSD headers. Keep // them here for backwards compatibility. package unix const ( DLT_HHDLC ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go
vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,freebsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x23 AF...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go
vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build arm,openbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: int32(nsec)} } func setTimeval(sec, usec int...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go
vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go
// go run mksysnum.go https://gitweb.dragonflybsd.org/dragonfly.git/blob_plain/HEAD:/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,dragonfly package unix const ( SYS_EXIT = 1 // { void exit(int rval); } SYS_FORK = 2 // { int fork(void); } SYS_READ ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go
vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go
// cgo -godefs types_netbsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build 386,netbsd package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 ) type ( _C_short int16 _C_int int...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ptrace_ios.go
vendor/golang.org/x/sys/unix/ptrace_ios.go
// Copyright 2020 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build ios package unix func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) { return ENOTSUP }
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go
vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go
// go run mksyscall.go -l32 -tags freebsd,386 syscall_bsd.go syscall_freebsd.go syscall_freebsd_386.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build freebsd,386 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO N...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go
vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go
// go run mksysnum.go https://svn.freebsd.org/base/stable/11/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,freebsd package unix const ( // SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int SYS_EXIT = 1 // { void sys_exi...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go
vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go
// cgo -godefs -- -Wall -Werror -static -I/tmp/include /build/linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build sparc64,linux package unix const ( SizeofPtr = 0x8 SizeofLong = 0x8 ) type ( _C_long int64 ) type Timespec struct { Sec int64 Nsec int...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go
// go run mksyscall.go -tags darwin,arm64,go1.12 syscall_bsd.go syscall_darwin.go syscall_darwin_arm64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build darwin,arm64,go1.12 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT TH...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go
// go run mksyscall.go -tags darwin,amd64,go1.12 syscall_bsd.go syscall_darwin.go syscall_darwin_amd64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build darwin,amd64,go1.12 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT TH...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall.go
vendor/golang.org/x/sys/unix/syscall.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris // Package unix contains an interface to the low-level operating system // primitives. OS d...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go
vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go
// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,openbsd package unix const ( SYS_EXIT = 1 // { void sys_exit(int rval); } SYS_FORK = 2 // { int sys_fork(...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go
vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go
// cgo -godefs types_dragonfly.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,dragonfly package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 ) type ( _C_short int16 _C_int ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_darwin.go
vendor/golang.org/x/sys/unix/syscall_darwin.go
// Copyright 2009,2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Darwin system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates s...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/ioctl.go
vendor/golang.org/x/sys/unix/ioctl.go
// Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package unix import ( "runtime" "unsafe" ) // ioctl itself should not be exposed direct...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/dev_freebsd.go
vendor/golang.org/x/sys/unix/dev_freebsd.go
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Functions to access/create device major and minor numbers matching the // encoding used in FreeBSD's sys/types.h header. // // The information below is extra...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/readdirent_getdents.go
vendor/golang.org/x/sys/unix/readdirent_getdents.go
// Copyright 2019 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build aix dragonfly freebsd linux netbsd openbsd package unix // ReadDirent reads directory entries from fd and writes them into buf. func ReadDirent(fd i...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go
vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go
// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build amd64,linux // +build gc package unix import "syscall" //go:noescape func gettimeofday(tv *Timeval) (err syscall.Errno)
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false