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_aix_ppc64.go
vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go
// mkerrors.sh -maix64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc64,aix // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -maix64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BYPASS = 0x19 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/zerrors_openbsd_amd64.go
vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,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 = 0x...
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_solaris.go
vendor/golang.org/x/sys/unix/syscall_solaris.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. // Solaris system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates syste...
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_arm.go
vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go
// cgo -godefs types_darwin.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,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/zsyscall_linux.go
vendor/golang.org/x/sys/unix/zsyscall_linux.go
// Code generated by mkmerge.go; DO NOT EDIT. // +build linux package unix import ( "syscall" "unsafe" ) // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func FanotifyInit(flags uint, event_f_flags uint) (fd int, err error) { r0, _, e1 := Syscall(SYS_FANOTIFY_INIT, uintptr(flags), uintptr(event_...
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_mips64le.go
vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include // Code generated by the command above; see README.md. DO NOT EDIT. // +build mips64le,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/syscall_unix_gc_ppc64x.go
vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.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 linux // +build ppc64le ppc64 // +build gc package unix import "syscall" func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errno)...
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_ppc.go
vendor/golang.org/x/sys/unix/dev_aix_ppc.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 ppc // Functions to access/create device major and minor numbers matching the // encoding used by AIX. package unix // Major returns ...
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_getdirentries.go
vendor/golang.org/x/sys/unix/readdirent_getdirentries.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 package unix import "unsafe" // ReadDirent reads directory entries from fd and writes them into buf. func ReadDirent(fd int, buf []byte) (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/zptrace_linux_arm64.go
vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go
// Code generated by linux/mkall.go generatePtraceRegSet("arm64"). DO NOT EDIT. package unix import "unsafe" // PtraceGetRegSetArm64 fetches the registers used by arm64 binaries. func PtraceGetRegSetArm64(pid, addr int, regsout *PtraceRegsArm64) error { iovec := Iovec{(*byte)(unsafe.Pointer(regsout)), uint64(unsafe...
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_gccgo_arm.go
vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.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 linux,gccgo,arm package unix import ( "syscall" "unsafe" ) func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { var newoffset 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/ztypes_linux_ppc64.go
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.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 ppc64,linux package unix const ( SizeofPtr = 0x8 SizeofLong = 0x8 ) type ( _C_long int64 ) type Timespec struct { Sec int64 Nsec int64...
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_mips64le.go
vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go
// go run mksyscall.go -tags linux,mips64le syscall_linux.go syscall_linux_mips64x.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,mips64le package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 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/syscall_illumos.go
vendor/golang.org/x/sys/unix/syscall_illumos.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. // illumos system calls not present on Solaris. // +build amd64,illumos package unix import "unsafe" func bytes2iovec(bs [][]byte) []Iovec { iovecs := make...
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_arm.go
vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.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 arm,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/syscall_linux_gc_386.go
vendor/golang.org/x/sys/unix/syscall_linux_gc_386.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 linux,gc,386 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/ztypes_openbsd_mips64.go
vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go
// cgo -godefs -- -fsigned-char types_openbsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build mips64,openbsd package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 ) type ( _C_short 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/zerrors_darwin_amd64.go
vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,darwin // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _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/zerrors_openbsd_386.go
vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go
// mkerrors.sh -m32 // Code generated by the command above; see README.md. DO NOT EDIT. // +build 386,openbsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m32 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BLUETOOTH = 0x20...
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_mipsle.go
vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include // Code generated by the command above; see README.md. DO NOT EDIT. // +build mipsle,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_linux_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go
// go run mksyscall.go -tags linux,amd64 syscall_linux.go syscall_linux_amd64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,amd64 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/syscall_linux_arm.go
vendor/golang.org/x/sys/unix/syscall_linux_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,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/endian_big.go
vendor/golang.org/x/sys/unix/endian_big.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 armbe arm64be m68k mips mips64 mips64p32 ppc ppc64 s390 s390x shbe sparc sparc64 package unix const isBigEndian = true
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_arm64.go
vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include -fsigned-char // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm64,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
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include // Code generated by the command above; see README.md. DO NOT EDIT. // +build mips,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/zsysnum_linux_amd64.go
vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include -m64 /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,linux package unix const ( SYS_READ = 0 SYS_WRITE = 1 SYS_OPEN = 2 SYS_CLOSE ...
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/race.go
vendor/golang.org/x/sys/unix/race.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 darwin,race linux,race freebsd,race package unix import ( "runtime" "unsafe" ) const raceenabled = true func raceAcquire(addr unsafe.Pointer) { ...
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/env_unix.go
vendor/golang.org/x/sys/unix/env_unix.go
// Copyright 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. // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris // Unix environment variables. package unix import "syscall" func Getenv(key string) (va...
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_mips64.go
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.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 mips64,linux package unix const ( SYS_READ = 5000 SYS_WRITE = 5001 SYS_OPEN = 5002 SYS_CLOS...
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.go
vendor/golang.org/x/sys/unix/syscall_freebsd.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. // FreeBSD system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates ...
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_openbsd_amd64.go
vendor/golang.org/x/sys/unix/syscall_openbsd_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,openbsd 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_mips64.go
vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include // Code generated by the command above; see README.md. DO NOT EDIT. // +build mips64,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/zsysnum_freebsd_arm64.go
vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.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 arm64,freebsd package unix const ( // SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int SYS_EXIT = 1 // { void sys_e...
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/dev_linux.go
vendor/golang.org/x/sys/unix/dev_linux.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 by the Linux kernel and glibc. // // The information below is extract...
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_mipsle.go
vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.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 mipsle,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/syscall_darwin_arm64.go
vendor/golang.org/x/sys/unix/syscall_darwin_arm64.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 arm64,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/ztypes_linux_s390x.go
vendor/golang.org/x/sys/unix/ztypes_linux_s390x.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 s390x,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/zerrors_aix_ppc.go
vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go
// mkerrors.sh -maix32 // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc,aix // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -maix32 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BYPASS = 0x19 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/syscall_netbsd_amd64.go
vendor/golang.org/x/sys/unix/syscall_netbsd_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,netbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec} } func setTimeval(sec, usec int64) Ti...
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_amd64.go
vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.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 amd64,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/syscall_unix_gc.go
vendor/golang.org/x/sys/unix/syscall_unix_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 darwin dragonfly freebsd linux netbsd openbsd solaris // +build gc,!ppc64le,!ppc64 package unix import "syscall" func Syscall(trap, a1, a2, a3 uint...
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_netbsd_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go
// go run mksyscall.go -netbsd -tags netbsd,amd64 syscall_bsd.go syscall_netbsd.go syscall_netbsd_amd64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build netbsd,amd64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP;...
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_arm.go
vendor/golang.org/x/sys/unix/ztypes_linux_arm.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 arm,linux package unix const ( SizeofPtr = 0x4 SizeofLong = 0x4 ) type ( _C_long int32 ) type Timespec struct { Sec int32 Nsec int32 }...
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_mips.go
vendor/golang.org/x/sys/unix/ztypes_linux_mips.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 mips,linux package unix const ( SizeofPtr = 0x4 SizeofLong = 0x4 ) type ( _C_long int32 ) type Timespec struct { Sec int32 Nsec int32 ...
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/str.go
vendor/golang.org/x/sys/unix/str.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 func itoa(val int) string { // do it here rather than with fmt to avoid depen...
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_aix.go
vendor/golang.org/x/sys/unix/syscall_aix.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 // Aix system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and gene...
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.1_12.go
vendor/golang.org/x/sys/unix/syscall_darwin.1_12.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.12,!go1.13 package unix import ( "unsafe" ) const _SYS_GETDIRENTRIES64 = 344 func Getdirentries(fd int, buf []byte, basep *uintptr) (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/zsyscall_illumos_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go
// go run mksyscall_solaris.go -illumos -tags illumos,amd64 syscall_illumos.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build illumos,amd64 package unix import ( "unsafe" ) //go:cgo_import_dynamic libc_readv readv "libc.so" //go:cgo_import_dynamic libc_preadv preadv "libc.so" //go:cg...
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_linux_amd64.go
vendor/golang.org/x/sys/unix/gccgo_linux_amd64.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,linux,amd64 package unix import "syscall" //extern gettimeofday func realGettimeofday(*Timeval, *byte) int32 func gettimeofday(tv *Timeval) ...
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_386.go
vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go
// go run mksyscall.go -l32 -openbsd -tags openbsd,386 syscall_bsd.go syscall_openbsd.go syscall_openbsd_386.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build openbsd,386 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/sockcmsg_linux.go
vendor/golang.org/x/sys/unix/sockcmsg_linux.go
// Copyright 2011 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. // Socket control messages package unix import "unsafe" // UnixCredentials encodes credentials into a socket control message // for sending to another proces...
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_gccgo.go
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.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 gccgo package unix /* #include <stdint.h> int utimes(uintptr_t, uintptr_t); int utimensat(int, uintptr_t, uintptr_t, int); int ge...
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/endian_little.go
vendor/golang.org/x/sys/unix/endian_little.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 386 amd64 amd64p32 alpha arm arm64 mipsle mips64le mips64p32le nios2 ppc64le riscv riscv64 sh package unix const isBigEndian = false
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_386.go
vendor/golang.org/x/sys/unix/zerrors_linux_386.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include -m32 // Code generated by the command above; see README.md. DO NOT EDIT. // +build 386,linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/include -m32 /build/_const.go package unix import "syscall" const ( B10...
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_openbsd_arm.go
vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go
// cgo -godefs -- -fsigned-char types_openbsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,openbsd package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 ) type ( _C_short int1...
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_386.go
vendor/golang.org/x/sys/unix/zsysnum_linux_386.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include -m32 /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build 386,linux package unix const ( SYS_RESTART_SYSCALL = 0 SYS_EXIT = 1 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/fdset.go
vendor/golang.org/x/sys/unix/fdset.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 dragonfly freebsd linux netbsd openbsd solaris package unix // Set adds fd to the set fds. func (fds *FdSet) Set(fd int) { fds.Bits[fd/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/zsyscall_linux_mips.go
vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go
// go run mksyscall.go -b32 -arm -tags linux,mips syscall_linux.go syscall_linux_mipsx.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,mips package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 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/syscall_dragonfly_amd64.go
vendor/golang.org/x/sys/unix/syscall_dragonfly_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,dragonfly package unix import ( "syscall" "unsafe" ) func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: 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/zerrors_linux_riscv64.go
vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include // Code generated by the command above; see README.md. DO NOT EDIT. // +build riscv64,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
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go
vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.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 // Round the length of a raw sockaddr up to align it properly. func cmsgAlignOf(salen int) int { salign := SizeofPtr if SizeofPtr == 8 && !suppo...
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_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go
// go run mksyscall.go -tags freebsd,amd64 syscall_bsd.go syscall_freebsd.go syscall_freebsd_amd64.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build freebsd,amd64 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/zerrors_linux_sparc64.go
vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include // Code generated by the command above; see README.md. DO NOT EDIT. // +build sparc64,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 ( ASI_LEON_...
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_netbsd_386.go
vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go
// go run mksyscall.go -l32 -netbsd -tags netbsd,386 syscall_bsd.go syscall_netbsd.go syscall_netbsd_386.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build netbsd,386 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; ...
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/internal/unsafeheader/unsafeheader.go
vendor/golang.org/x/sys/internal/unsafeheader/unsafeheader.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. // Package unsafeheader contains header declarations for the Go runtime's // slice and string implementations. // // This package allows x/sys to use types equi...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/sleep/sleep_unsafe_state_autogen.go
vendor/gvisor.dev/gvisor/pkg/sleep/sleep_unsafe_state_autogen.go
// automatically generated by stateify. package sleep
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/sleep/sleep_unsafe.go
vendor/gvisor.dev/gvisor/pkg/sleep/sleep_unsafe.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/stats.go
vendor/gvisor.dev/gvisor/pkg/state/stats.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/complete_list.go
vendor/gvisor.dev/gvisor/pkg/state/complete_list.go
package state // ElementMapper provides an identity mapping by default. // // This can be replaced to provide a struct that maps elements to linker // objects, if they are not the same. An ElementMapper is not typically // required if: Linker is left as is, Element is left as is, or Linker and // Element are the same ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/types.go
vendor/gvisor.dev/gvisor/pkg/state/types.go
// Copyright 2020 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/addr_range.go
vendor/gvisor.dev/gvisor/pkg/state/addr_range.go
package state // A Range represents a contiguous range of T. // // +stateify savable type addrRange struct { // Start is the inclusive start of the range. Start uintptr // End is the exclusive end of the range. End uintptr } // WellFormed returns true if r.Start <= r.End. All other methods on a Range // require ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/state.go
vendor/gvisor.dev/gvisor/pkg/state/state.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/state_norace.go
vendor/gvisor.dev/gvisor/pkg/state/state_norace.go
// Copyright 2020 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/state_race.go
vendor/gvisor.dev/gvisor/pkg/state/state_race.go
// Copyright 2020 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/decode_unsafe.go
vendor/gvisor.dev/gvisor/pkg/state/decode_unsafe.go
// Copyright 2020 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/encode_unsafe.go
vendor/gvisor.dev/gvisor/pkg/state/encode_unsafe.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/encode.go
vendor/gvisor.dev/gvisor/pkg/state/encode.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/decode.go
vendor/gvisor.dev/gvisor/pkg/state/decode.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/deferred_list.go
vendor/gvisor.dev/gvisor/pkg/state/deferred_list.go
package state // List is an intrusive list. Entries can be added to or removed from the list // in O(1) time and with no additional memory allocations. // // The zero value for List is an empty list ready to use. // // To iterate over a list (where l is a List): // for e := l.Front(); e != nil; e = e.Next() { // ...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/addr_set.go
vendor/gvisor.dev/gvisor/pkg/state/addr_set.go
package state import ( "bytes" "fmt" ) // trackGaps is an optional parameter. // // If trackGaps is 1, the Set will track maximum gap size recursively, // enabling the GapIterator.{Prev,Next}LargeEnoughGap functions. In this // case, Key must be an unsigned integer. // // trackGaps must be 0 or 1. const addrtrackGa...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
true
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/state/wire/wire.go
vendor/gvisor.dev/gvisor/pkg/state/wire/wire.go
// Copyright 2020 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/goid/goid.go
vendor/gvisor.dev/gvisor/pkg/goid/goid.go
// Copyright 2020 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/gohacks/gohacks_unsafe.go
vendor/gvisor.dev/gvisor/pkg/gohacks/gohacks_unsafe.go
// Copyright 2020 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/waiter/waiter.go
vendor/gvisor.dev/gvisor/pkg/waiter/waiter.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/waiter/waiter_list.go
vendor/gvisor.dev/gvisor/pkg/waiter/waiter_list.go
package waiter // ElementMapper provides an identity mapping by default. // // This can be replaced to provide a struct that maps elements to linker // objects, if they are not the same. An ElementMapper is not typically // required if: Linker is left as is, Element is left as is, or Linker and // Element are the same...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/waiter/waiter_state_autogen.go
vendor/gvisor.dev/gvisor/pkg/waiter/waiter_state_autogen.go
// automatically generated by stateify. package waiter import ( "gvisor.dev/gvisor/pkg/state" ) func (e *Entry) StateTypeName() string { return "pkg/waiter.Entry" } func (e *Entry) StateFields() []string { return []string{ "Callback", "mask", "waiterEntry", } } func (e *Entry) beforeSave() {} // +checkl...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/iovec/iovec.go
vendor/gvisor.dev/gvisor/pkg/iovec/iovec.go
// Copyright 2020 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/iovec/iovec_state_autogen.go
vendor/gvisor.dev/gvisor/pkg/iovec/iovec_state_autogen.go
// automatically generated by stateify. // +build linux package iovec
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/linewriter/linewriter.go
vendor/gvisor.dev/gvisor/pkg/linewriter/linewriter.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/rand/rand_linux.go
vendor/gvisor.dev/gvisor/pkg/rand/rand_linux.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/rand/rand.go
vendor/gvisor.dev/gvisor/pkg/rand/rand.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/rand/rand_linux_state_autogen.go
vendor/gvisor.dev/gvisor/pkg/rand/rand_linux_state_autogen.go
// automatically generated by stateify. package rand
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/rand/rand_state_autogen.go
vendor/gvisor.dev/gvisor/pkg/rand/rand_state_autogen.go
// automatically generated by stateify. // +build !linux package rand
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/log/glog.go
vendor/gvisor.dev/gvisor/pkg/log/glog.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/log/json.go
vendor/gvisor.dev/gvisor/pkg/log/json.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/log/json_k8s.go
vendor/gvisor.dev/gvisor/pkg/log/json_k8s.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/log/log.go
vendor/gvisor.dev/gvisor/pkg/log/log.go
// Copyright 2018 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/tcpip/tcpip_state_autogen.go
vendor/gvisor.dev/gvisor/pkg/tcpip/tcpip_state_autogen.go
// automatically generated by stateify. package tcpip import ( "gvisor.dev/gvisor/pkg/state" ) func (e *ErrAborted) StateTypeName() string { return "pkg/tcpip.ErrAborted" } func (e *ErrAborted) StateFields() []string { return []string{} } func (e *ErrAborted) beforeSave() {} // +checklocksignore func (e *ErrAb...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/tcpip/stdclock_state.go
vendor/gvisor.dev/gvisor/pkg/tcpip/stdclock_state.go
// Copyright 2021 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false
aojea/netkat
https://github.com/aojea/netkat/blob/0aff52e544e0df9b96fea261a4a9b96a36ad44f3/vendor/gvisor.dev/gvisor/pkg/tcpip/socketops.go
vendor/gvisor.dev/gvisor/pkg/tcpip/socketops.go
// Copyright 2020 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
go
Apache-2.0
0aff52e544e0df9b96fea261a4a9b96a36ad44f3
2026-01-07T09:45:51.064658Z
false