Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for BPF_BUFMODE_BUFFER (0.13 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	BPF_ADD                        = 0x0
    	BPF_ALIGNMENT                  = 0x4
    	BPF_ALU                        = 0x4
    	BPF_AND                        = 0x50
    	BPF_B                          = 0x10
    	BPF_BUFMODE_BUFFER             = 0x1
    	BPF_BUFMODE_ZBUF               = 0x2
    	BPF_DIV                        = 0x30
    	BPF_H                          = 0x8
    	BPF_IMM                        = 0x0
    	BPF_IND                        = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    	BPF_ADD                        = 0x0
    	BPF_ALIGNMENT                  = 0x8
    	BPF_ALU                        = 0x4
    	BPF_AND                        = 0x50
    	BPF_B                          = 0x10
    	BPF_BUFMODE_BUFFER             = 0x1
    	BPF_BUFMODE_ZBUF               = 0x2
    	BPF_DIV                        = 0x30
    	BPF_H                          = 0x8
    	BPF_IMM                        = 0x0
    	BPF_IND                        = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    	BPF_ADD                        = 0x0
    	BPF_ALIGNMENT                  = 0x8
    	BPF_ALU                        = 0x4
    	BPF_AND                        = 0x50
    	BPF_B                          = 0x10
    	BPF_BUFMODE_BUFFER             = 0x1
    	BPF_BUFMODE_ZBUF               = 0x2
    	BPF_DIV                        = 0x30
    	BPF_H                          = 0x8
    	BPF_IMM                        = 0x0
    	BPF_IND                        = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	BPF_ADD                        = 0x0
    	BPF_ALIGNMENT                  = 0x8
    	BPF_ALU                        = 0x4
    	BPF_AND                        = 0x50
    	BPF_B                          = 0x10
    	BPF_BUFMODE_BUFFER             = 0x1
    	BPF_BUFMODE_ZBUF               = 0x2
    	BPF_DIV                        = 0x30
    	BPF_H                          = 0x8
    	BPF_IMM                        = 0x0
    	BPF_IND                        = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	BPF_ADD                        = 0x0
    	BPF_ALIGNMENT                  = 0x4
    	BPF_ALU                        = 0x4
    	BPF_AND                        = 0x50
    	BPF_B                          = 0x10
    	BPF_BUFMODE_BUFFER             = 0x1
    	BPF_BUFMODE_ZBUF               = 0x2
    	BPF_DIV                        = 0x30
    	BPF_H                          = 0x8
    	BPF_IMM                        = 0x0
    	BPF_IND                        = 0x40
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"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},
    		{"BPF_DIRECTION_OUT", Const, 1},
    		{"BPF_DIV", Const, 0},
    		{"BPF_H", Const, 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