Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for To16 (0.18 sec)

  1. cmd/server-startup-msg.go

    	printObjectAPIMsg()
    }
    
    // Returns true if input is IPv6
    func isIPv6(host string) bool {
    	h, _, err := net.SplitHostPort(host)
    	if err != nil {
    		h = host
    	}
    	ip := net.ParseIP(h)
    	return ip.To16() != nil && ip.To4() == nil
    }
    
    // strip api endpoints list with standard ports such as
    // port "80" and "443" before displaying on the startup
    // banner.  Returns a new list of API endpoints.
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sat Mar 09 03:07:08 GMT 2024
    - 6.8K bytes
    - Viewed (0)
  2. api/go1.6.txt

    pkg debug/elf, const R_MIPS_CALL16 = 11
    pkg debug/elf, const R_MIPS_CALL16 R_MIPS
    pkg debug/elf, const R_MIPS_CALL_HI16 = 30
    pkg debug/elf, const R_MIPS_CALL_HI16 R_MIPS
    pkg debug/elf, const R_MIPS_CALL_LO16 = 31
    pkg debug/elf, const R_MIPS_CALL_LO16 R_MIPS
    pkg debug/elf, const R_MIPS_DELETE = 27
    pkg debug/elf, const R_MIPS_DELETE R_MIPS
    pkg debug/elf, const R_MIPS_GOT16 = 9
    pkg debug/elf, const R_MIPS_GOT16 R_MIPS
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 13 23:40:13 GMT 2016
    - 12.9K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg net, method (IP) IsLoopback() bool
    pkg net, method (IP) IsMulticast() bool
    pkg net, method (IP) IsUnspecified() bool
    pkg net, method (IP) Mask(IPMask) IP
    pkg net, method (IP) String() string
    pkg net, method (IP) To16() IP
    pkg net, method (IP) To4() IP
    pkg net, method (IPMask) Size() (int, int)
    pkg net, method (IPMask) String() string
    pkg net, method (InvalidAddrError) Error() string
    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)
Back to top