Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for LsfSocket (0.27 sec)

  1. src/syscall/lsf_linux.go

    func LsfJump(code, k, jt, jf int) *SockFilter {
    	return &SockFilter{Code: uint16(code), Jt: uint8(jt), Jf: uint8(jf), K: uint32(k)}
    }
    
    // Deprecated: Use golang.org/x/net/bpf instead.
    func LsfSocket(ifindex, proto int) (int, error) {
    	var lsall SockaddrLinklayer
    	// This is missing SOCK_CLOEXEC, but adding the flag
    	// could break callers.
    	s, e := Socket(AF_PACKET, SOCK_RAW, proto)
    	if e != nil {
    		return 0, e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:27:36 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (linux-amd64-cgo), func LsfStmt //deprecated
    pkg syscall (linux-amd64-cgo), func SetLsfPromisc //deprecated
    pkg syscall (linux-amd64-cgo), func StringSlicePtr //deprecated
    pkg syscall (linux-arm), func AttachLsf //deprecated
    pkg syscall (linux-arm), func DetachLsf //deprecated
    pkg syscall (linux-arm), func LsfJump //deprecated
    pkg syscall (linux-arm), func LsfSocket //deprecated
    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.txt

    pkg syscall (linux-386), func Klogctl(int, []uint8) (int, error)
    pkg syscall (linux-386), func Listen(int, int) error
    pkg syscall (linux-386), func LsfJump(int, int, int, int) *SockFilter
    pkg syscall (linux-386), func LsfSocket(int, int) (int, error)
    pkg syscall (linux-386), func LsfStmt(int, int) *SockFilter
    pkg syscall (linux-386), func Lstat(string, *Stat_t) error
    pkg syscall (linux-386), func Madvise([]uint8, 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)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Log2phys_t.Devoffset", Field, 0},
    		{"Log2phys_t.Flags", Field, 0},
    		{"LookupAccountName", Func, 0},
    		{"LookupAccountSid", Func, 0},
    		{"LookupSID", Func, 0},
    		{"LsfJump", Func, 0},
    		{"LsfSocket", Func, 0},
    		{"LsfStmt", Func, 0},
    		{"Lstat", Func, 0},
    		{"MADV_AUTOSYNC", Const, 1},
    		{"MADV_CAN_REUSE", Const, 0},
    		{"MADV_CORE", Const, 1},
    		{"MADV_DOFORK", 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)
  5. api/go1.2.txt

    pkg syscall (linux-arm-cgo), func Listxattr(string, []uint8) (int, error)
    pkg syscall (linux-arm-cgo), func LsfJump(int, int, int, int) *SockFilter
    pkg syscall (linux-arm-cgo), func LsfSocket(int, int) (int, error)
    pkg syscall (linux-arm-cgo), func LsfStmt(int, int) *SockFilter
    pkg syscall (linux-arm-cgo), func Lstat(string, *Stat_t) error
    pkg syscall (linux-arm-cgo), func Madvise([]uint8, 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)
Back to top