Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for BpfStmt (0.27 sec)

  1. src/syscall/bpf_bsd.go

    //go:build darwin || dragonfly || freebsd || netbsd || openbsd
    
    // Berkeley packet filter for BSD variants
    
    package syscall
    
    import (
    	"unsafe"
    )
    
    // Deprecated: Use golang.org/x/net/bpf instead.
    func BpfStmt(code, k int) *BpfInsn {
    	return &BpfInsn{Code: uint16(code), K: uint32(k)}
    }
    
    // Deprecated: Use golang.org/x/net/bpf instead.
    func BpfJump(code, k, jt, jf int) *BpfInsn {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 07 10:34:48 UTC 2023
    - 4K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), func BpfStats //deprecated
    pkg syscall (darwin-arm64), func BpfStats(int) (*BpfStat, error)
    pkg syscall (darwin-arm64), func BpfStmt //deprecated
    pkg syscall (darwin-arm64), func BpfStmt(int, int) *BpfInsn
    pkg syscall (darwin-arm64), func BpfTimeout //deprecated
    pkg syscall (darwin-arm64), func BpfTimeout(int) (*Timeval, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func BpfStats //deprecated #53466
    pkg syscall (freebsd-riscv64), func BpfStats(int) (*BpfStat, error) #53466
    pkg syscall (freebsd-riscv64), func BpfStmt //deprecated #53466
    pkg syscall (freebsd-riscv64), func BpfStmt(int, int) *BpfInsn #53466
    pkg syscall (freebsd-riscv64), func BpfTimeout //deprecated #53466
    pkg syscall (freebsd-riscv64), func BpfTimeout(int) (*Timeval, error) #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), func BpfJump(int, int, int, int) *BpfInsn
    pkg syscall (freebsd-386-cgo), func BpfStats(int) (*BpfStat, error)
    pkg syscall (freebsd-386-cgo), func BpfStmt(int, int) *BpfInsn
    pkg syscall (freebsd-386-cgo), func BpfTimeout(int) (*Timeval, error)
    pkg syscall (freebsd-386-cgo), func CheckBpfVersion(int) error
    pkg syscall (freebsd-386-cgo), func Chflags(string, int) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), func BpfStats //deprecated
    pkg syscall (freebsd-arm64), func BpfStats(int) (*BpfStat, error)
    pkg syscall (freebsd-arm64), func BpfStmt //deprecated
    pkg syscall (freebsd-arm64), func BpfStmt(int, int) *BpfInsn
    pkg syscall (freebsd-arm64), func BpfTimeout //deprecated
    pkg syscall (freebsd-arm64), func BpfTimeout(int) (*Timeval, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func BpfJump(int, int, int, int) *BpfInsn
    pkg syscall (netbsd-arm64-cgo), func BpfStats(int) (*BpfStat, error)
    pkg syscall (netbsd-arm64-cgo), func BpfStmt(int, int) *BpfInsn
    pkg syscall (netbsd-arm64-cgo), func BpfTimeout(int) (*Timeval, error)
    pkg syscall (netbsd-arm64-cgo), func CheckBpfVersion(int) error
    pkg syscall (netbsd-arm64-cgo), func Chflags(string, int) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (darwin-386), func BpfJump(int, int, int, int) *BpfInsn
    pkg syscall (darwin-386), func BpfStats(int) (*BpfStat, error)
    pkg syscall (darwin-386), func BpfStmt(int, int) *BpfInsn
    pkg syscall (darwin-386), func BpfTimeout(int) (*Timeval, error)
    pkg syscall (darwin-386), func CheckBpfVersion(int) error
    pkg syscall (darwin-386), func Chflags(string, int) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"BpfStat", Type, 0},
    		{"BpfStat.Capt", Field, 2},
    		{"BpfStat.Drop", Field, 0},
    		{"BpfStat.Padding", Field, 2},
    		{"BpfStat.Recv", Field, 0},
    		{"BpfStats", Func, 0},
    		{"BpfStmt", Func, 0},
    		{"BpfTimeout", Func, 0},
    		{"BpfTimeval", Type, 2},
    		{"BpfTimeval.Sec", Field, 2},
    		{"BpfTimeval.Usec", Field, 2},
    		{"BpfVersion", Type, 0},
    		{"BpfVersion.Major", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top