Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for BPF_AND (0.15 sec)

  1. src/syscall/zerrors_solaris_amd64.go

    	BPF_A                         = 0x10
    	BPF_ABS                       = 0x20
    	BPF_ADD                       = 0x0
    	BPF_ALIGNMENT                 = 0x4
    	BPF_ALU                       = 0x4
    	BPF_AND                       = 0x50
    	BPF_B                         = 0x10
    	BPF_DFLTBUFSIZE               = 0x100000
    	BPF_DIV                       = 0x30
    	BPF_H                         = 0x8
    	BPF_IMM                       = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	BPF_ABS                                     = 0x20
    	BPF_ADD                                     = 0x0
    	BPF_ALU                                     = 0x4
    	BPF_ALU64                                   = 0x7
    	BPF_AND                                     = 0x50
    	BPF_ARSH                                    = 0xc0
    	BPF_ATOMIC                                  = 0xc0
    	BPF_B                                       = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"BIOCVERSION", Const, 0},
    		{"BPF_A", Const, 0},
    		{"BPF_ABS", Const, 0},
    		{"BPF_ADD", Const, 0},
    		{"BPF_ALIGNMENT", Const, 0},
    		{"BPF_ALIGNMENT32", Const, 1},
    		{"BPF_ALU", Const, 0},
    		{"BPF_AND", Const, 0},
    		{"BPF_B", Const, 0},
    		{"BPF_BUFMODE_BUFFER", Const, 0},
    		{"BPF_BUFMODE_ZBUF", Const, 0},
    		{"BPF_DFLTBUFSIZE", Const, 1},
    		{"BPF_DIRECTION_IN", Const, 1},
    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