Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ListenUnixgram (0.23 sec)

  1. api/except.txt

    pkg math/big, const MaxBase = 36
    pkg math/big, type Word uintptr
    pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error)
    pkg os (linux-arm), const O_SYNC = 1052672
    pkg os (linux-arm), const O_SYNC = 4096
    pkg os (linux-arm-cgo), const O_SYNC = 1052672
    pkg os (linux-arm-cgo), const O_SYNC = 4096
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg net, func ListenTCP(string, *TCPAddr) (*TCPListener, error)
    pkg net, func ListenUDP(string, *UDPAddr) (*UDPConn, error)
    pkg net, func ListenUnix(string, *UnixAddr) (*UnixListener, error)
    pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error)
    pkg net, func LookupAddr(string) ([]string, error)
    pkg net, func LookupCNAME(string) (string, error)
    pkg net, func LookupHost(string) ([]string, error)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. api/go1.1.txt

    pkg net, const FlagLoopback = 4
    pkg net, const FlagMulticast = 16
    pkg net, const FlagPointToPoint = 8
    pkg net, const FlagUp = 1
    pkg net, const IPv4len = 4
    pkg net, const IPv6len = 16
    pkg net, func ListenUnixgram(string, *UnixAddr) (*UnixConn, error)
    pkg net, func LookupNS(string) ([]*NS, error)
    pkg net, method (*Dialer) Dial(string, string) (Conn, error)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top