Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BpfStmt (0.08 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. 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