Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isOutbound (0.1 sec)

  1. src/net/conf.go

    // name for the myhostname NSS module.
    func isGateway(h string) bool {
    	return stringsEqualFold(h, "_gateway")
    }
    
    // isOutbound reports whether h should be considered an "outbound"
    // name for the myhostname NSS module.
    func isOutbound(h string) bool {
    	return stringsEqualFold(h, "_outbound")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 18 03:13:26 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top