HomeSort by relevance Sort by last modified time
    Searched full:fqdn (Results 51 - 75 of 256) sorted by null

1 23 4 5 6 7 8 91011

  /external/dhcpcd-6.8.2/
dhcp.h 123 /* FQDN values - lsnybble used in flags
127 enum FQDN {
common.h 41 #define HOSTNAME_MAX_LEN 250 /* 255 - 3 (FQDN) - 2 (DNS enc) */
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 243 `local_hostname` is used as the FQDN of the local host. By default,
256 # RFC 2821 says we should use the fqdn in the EHLO/HELO verb, and
259 fqdn = socket.getfqdn()
260 if '.' in fqdn:
261 self.local_hostname = fqdn
263 # We can't find an fqdn hostname, so use a domain literal
391 Hostname to send for this command defaults to the FQDN of the local
401 Hostname to send for this command defaults to the FQDN of the local
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 243 `local_hostname` is used as the FQDN of the local host. By default,
256 # RFC 2821 says we should use the fqdn in the EHLO/HELO verb, and
259 fqdn = socket.getfqdn()
260 if '.' in fqdn:
261 self.local_hostname = fqdn
263 # We can't find an fqdn hostname, so use a domain literal
391 Hostname to send for this command defaults to the FQDN of the local
401 Hostname to send for this command defaults to the FQDN of the local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 243 `local_hostname` is used as the FQDN of the local host. By default,
256 # RFC 2821 says we should use the fqdn in the EHLO/HELO verb, and
259 fqdn = socket.getfqdn()
260 if '.' in fqdn:
261 self.local_hostname = fqdn
263 # We can't find an fqdn hostname, so use a domain literal
391 Hostname to send for this command defaults to the FQDN of the local
401 Hostname to send for this command defaults to the FQDN of the local
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 243 `local_hostname` is used as the FQDN of the local host. By default,
256 # RFC 2821 says we should use the fqdn in the EHLO/HELO verb, and
259 fqdn = socket.getfqdn()
260 if '.' in fqdn:
261 self.local_hostname = fqdn
263 # We can't find an fqdn hostname, so use a domain literal
391 Hostname to send for this command defaults to the FQDN of the local
401 Hostname to send for this command defaults to the FQDN of the local
  /external/wpa_supplicant_8/hs20/client/
spp_client.c 235 if (ctx->fqdn == NULL) {
236 wpa_printf(MSG_INFO, "FQDN not known");
241 fqdn_len = os_strlen(ctx->fqdn);
242 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 ||
245 ctx->fqdn);
254 ctx->fqdn);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java 499 .setPasspointManagementObjectTree(mMOManager.getMOTree(configuration.FQDN));
501 Log.w(TAG, "Failed to parse MO from " + configuration.FQDN + ": " + ioe);
1773 String fqdn = homeSp.getFQDN(); local
    [all...]
WifiServiceImpl.java     [all...]
WifiConfigStore.java 81 public static final String ID_STRING_KEY_FQDN = "fqdn";
403 // just a quoted FQDN. This is the legacy format that was used in Marshmallow.
404 final String fqdn = Utils.unquote(mWifiNative.getNetworkVariable( local
406 if (fqdn != null) {
407 extras.put(ID_STRING_KEY_FQDN, fqdn);
408 config.FQDN = fqdn;
589 metadata.put(ID_STRING_KEY_FQDN, config.FQDN);
    [all...]
WifiNetworkHistory.java 85 private static final String FQDN_KEY = "FQDN";
197 if (config.FQDN != null) {
198 out.writeUTF(FQDN_KEY + SEPARATOR + config.FQDN + NL);
401 config.FQDN = value.equals("null") ? null : value;
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java 701 Log.d(TAG, "WNM Remediation on " + network.netId + " FQDN " + homeSP.getFQDN());
    [all...]
  /external/curl/tests/
stunnel.pem 36 commonName = "6. Common Name (eg, FQDN) "
38 1.commonName = "6. Common Name (eg, FQDN) "
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 112 * get CERT RR by FQDN and create certinfo structure chain.
389 printf("Usage: a.out (FQDN)\n");
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
PasspointManagementObjectManagerTest.java 86 String fqdn = "tunisia.org"; local
103 HomeSP newHomeSP = new HomeSP(Collections.<String, Long>emptyMap(), fqdn,
  /bionic/libc/include/netinet/
icmp6.h 127 #define ICMP6_FQDN_QUERY 139 /* FQDN query */
128 #define ICMP6_FQDN_REPLY 140 /* FQDN reply */
405 #define NI_QTYPE_FQDN 2 /* FQDN (draft 04) */
456 u_int8_t ni_fqdn_namelen; /* length in octets of the FQDN */
  /development/ndk/platforms/android-21/include/netinet/
icmp6.h 127 #define ICMP6_FQDN_QUERY 139 /* FQDN query */
128 #define ICMP6_FQDN_REPLY 140 /* FQDN reply */
405 #define NI_QTYPE_FQDN 2 /* FQDN (draft 04) */
456 u_int8_t ni_fqdn_namelen; /* length in octets of the FQDN */
  /development/ndk/platforms/android-3/include/netinet/
icmp6.h 124 #define ICMP6_FQDN_QUERY 139 /* FQDN query */
125 #define ICMP6_FQDN_REPLY 140 /* FQDN reply */
387 #define NI_QTYPE_FQDN 2 /* FQDN (draft 04) */
438 u_int8_t ni_fqdn_namelen; /* length in octets of the FQDN */
  /external/avahi/avahi-client/
client.h 90 /** Get FQDN domain name */
  /external/avahi/man/
avahi.service.5.xml.in 86 need to specify a fully-qualified domain name (FQDN) here,
  /external/dnsmasq/dbus/
DBus-interface 112 STRING "hostname.or.fqdn"
  /external/netperf/src/missing/
getaddrinfo.h 192 * Maximum length of FQDN and servie name for getnameinfo().
  /external/wpa_supplicant_8/hs20/server/ca/
openssl.cnf 104 commonName = Common Name (e.g. server FQDN or YOUR name)
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Policy.java 144 throw new OMAException("Bad FQDN match string: " + TAG_FQDN_Match);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
Policy.java 156 throw new OMAException("Bad FQDN match string: " + TAG_FQDN_Match);

Completed in 1422 milliseconds

1 23 4 5 6 7 8 91011