Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 55 for BpfHdr (0.1 sec)

  1. src/syscall/types_darwin.go

    	SizeofBpfHdr     = C.sizeof_struct_bpf_hdr
    )
    
    type BpfVersion C.struct_bpf_version
    
    type BpfStat C.struct_bpf_stat
    
    type BpfProgram C.struct_bpf_program
    
    type BpfInsn C.struct_bpf_insn
    
    type BpfHdr C.struct_bpf_hdr
    
    // Misc
    
    const (
    	_AT_FDCWD = C.AT_FDCWD
    )
    
    // Terminal handling
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  2. src/syscall/types_solaris.go

    )
    
    type BpfVersion C.struct_bpf_version
    
    type BpfStat C.struct_bpf_stat
    
    type BpfProgram C.struct_bpf_program
    
    type BpfInsn C.struct_bpf_insn
    
    type BpfTimeval C.struct_bpf_timeval
    
    type BpfHdr C.struct_bpf_hdr
    
    // Misc
    
    const (
    	_AT_FDCWD = C.AT_FDCWD
    )
    
    // Terminal handling
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 4.9K bytes
    - Viewed (0)
  3. src/syscall/types_openbsd.go

    	SizeofBpfHdr     = C.sizeof_struct_bpf_hdr
    )
    
    type BpfVersion C.struct_bpf_version
    
    type BpfStat C.struct_bpf_stat
    
    type BpfProgram C.struct_bpf_program
    
    type BpfInsn C.struct_bpf_insn
    
    type BpfHdr C.struct_bpf_hdr
    
    type BpfTimeval C.struct_bpf_timeval
    
    // Misc
    
    const (
    	_AT_FDCWD = C.AT_FDCWD
    )
    
    // Terminal handling
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  4. src/syscall/ztypes_solaris_amd64.go

    	Insns     *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfTimeval struct {
    	Sec  int32
    	Usec int32
    }
    
    type BpfHdr struct {
    	Tstamp    BpfTimeval
    	Caplen    uint32
    	Datalen   uint32
    	Hdrlen    uint16
    	Pad_cgo_0 [2]byte
    }
    
    const (
    	_AT_FDCWD = 0xffd19553
    )
    
    type Termios struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5.6K bytes
    - Viewed (0)
  5. src/syscall/types_dragonfly.go

    	SizeofBpfHdr     = C.sizeof_struct_bpf_hdr
    )
    
    type BpfVersion C.struct_bpf_version
    
    type BpfStat C.struct_bpf_stat
    
    type BpfProgram C.struct_bpf_program
    
    type BpfInsn C.struct_bpf_insn
    
    type BpfHdr C.struct_bpf_hdr
    
    // Misc
    
    const (
    	_AT_FDCWD = C.AT_FDCWD
    )
    
    // Terminal handling
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5K bytes
    - Viewed (0)
  6. src/syscall/types_netbsd.go

    	SizeofBpfHdr     = C.sizeof_struct_bpf_hdr
    )
    
    type BpfVersion C.struct_bpf_version
    
    type BpfStat C.struct_bpf_stat
    
    type BpfProgram C.struct_bpf_program
    
    type BpfInsn C.struct_bpf_insn
    
    type BpfHdr C.struct_bpf_hdr
    
    type BpfTimeval C.struct_bpf_timeval
    
    // Misc
    
    const (
    	_AT_FDCWD = C.AT_FDCWD
    )
    
    // Terminal handling
    
    type Termios C.struct_termios
    
    // Sysctl
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 4.8K bytes
    - Viewed (0)
  7. src/syscall/ztypes_netbsd_386.go

    	Padding [13]uint64
    }
    
    type BpfProgram struct {
    	Len   uint32
    	Insns *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp    BpfTimeval
    	Caplen    uint32
    	Datalen   uint32
    	Hdrlen    uint16
    	Pad_cgo_0 [2]byte
    }
    
    type BpfTimeval struct {
    	Sec  int32
    	Usec int32
    }
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6K bytes
    - Viewed (0)
  8. src/syscall/ztypes_netbsd_amd64.go

    }
    
    type BpfProgram struct {
    	Len       uint32
    	Pad_cgo_0 [4]byte
    	Insns     *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp    BpfTimeval
    	Caplen    uint32
    	Datalen   uint32
    	Hdrlen    uint16
    	Pad_cgo_0 [6]byte
    }
    
    type BpfTimeval struct {
    	Sec  int64
    	Usec int64
    }
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.2K bytes
    - Viewed (0)
  9. src/syscall/ztypes_openbsd_386.go

    	Recv uint32
    	Drop uint32
    }
    
    type BpfProgram struct {
    	Len   uint32
    	Insns *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp    BpfTimeval
    	Caplen    uint32
    	Datalen   uint32
    	Hdrlen    uint16
    	Pad_cgo_0 [2]byte
    }
    
    type BpfTimeval struct {
    	Sec  uint32
    	Usec uint32
    }
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  10. src/syscall/ztypes_openbsd_arm64.go

    	Recv uint32
    	Drop uint32
    }
    
    type BpfProgram struct {
    	Len   uint32
    	Insns *BpfInsn
    }
    
    type BpfInsn struct {
    	Code uint16
    	Jt   uint8
    	Jf   uint8
    	K    uint32
    }
    
    type BpfHdr struct {
    	Tstamp    BpfTimeval
    	Caplen    uint32
    	Datalen   uint32
    	Hdrlen    uint16
    	Pad_cgo_0 [2]byte
    }
    
    type BpfTimeval struct {
    	Sec  uint32
    	Usec uint32
    }
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 6.7K bytes
    - Viewed (0)
Back to top