HomeSort by relevance Sort by last modified time
    Searched full:domainname (Results 76 - 100 of 270) sorted by null

1 2 34 5 6 7 8 91011

  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 79 [a-zA-Z0-9\.]+([a-zA-Z0-9\.]+)* yylval.string = strdup(yytext); return DOMAINNAME;
PlatformCommon.c 106 mDNSexport void ReadDDNSSettingsFromConfFile(mDNS *const m, const char *const filename, domainname *const hostname, domainname *const domain, mDNSBool *DomainDiscoveryDisabled)
dnssd_clientshim.c 62 domainname host;
185 domainname type, dom;
241 domainname t, d, h, srv;
373 domainname type, domain;
410 domainname t, d;
494 domainname t, d, srv;
  /external/strace/
uname.c 55 PRINT_FIELD_CSTRING(", ", uname, domainname);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DomainNameElement.java 89 return "DomainName{" +
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
utsname.h 68 char domainname[_UTSNAME_DOMAIN_LENGTH]; member in struct:utsname
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
utsname.h 68 char domainname[_UTSNAME_DOMAIN_LENGTH]; member in struct:utsname
  /cts/tests/tests/webkit/src/android/webkit/cts/
URLUtilTest.java 162 String url = "domainName";
163 assertEquals("http://www.domainName.com/", URLUtil.guessUrl(url));
  /libcore/ojluni/src/main/java/java/security/
DomainLoadStoreParameter.java 42 * domain <domainName> [<property> ...] {
48 * where {@code domainName} and {@code keystoreName} are identifiers
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecapi.h 221 LSA_UNICODE_STRING DomainName;
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 518 char domainname[256]; local
534 strlcpy(domainname, user, sizeof(domainname));
537 if ((p = strrchr(domainname, '\\')) != NULL) {
539 domain = domainname;
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 1051 domainname = setype[:-2]
1053 domainname = setype
1054 if domainname + "_t" not in all_domains:
1055 raise ValueError("domain %s_t does not exist" % domainname)
1056 if domainname[-1] == 'd':
1057 short_name = domainname[:-1] + "_"
1059 short_name = domainname + "_"
1060 return (domainname, short_name)
1077 domainname, short_name = gen_short_name(setype)
1086 if b[0].startswith(short_name) or b[0].startswith(domainname)
    [all...]
  /external/python/cpython2/Modules/
nismodule.c 235 typedef char *domainname; typedef
269 nis_xdr_domainname(XDR *xdrs, domainname *objp)
331 nisproc_maplist_2(domainname *argp, CLIENT *clnt)
  /external/python/cpython3/Modules/
nismodule.c 241 typedef char *domainname; typedef
275 nis_xdr_domainname(XDR *xdrs, domainname *objp)
337 nisproc_maplist_2(domainname *argp, CLIENT *clnt)
  /external/scapy/scapy/layers/
smb.py 180 # When using no security, with EncryptionKeyLength=8, you must have an EncryptionKey before the DomainName
218 StrNullField("DomainName","WORKGROUP"),
258 StrNullField("DomainName","WORKGROUP"),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DnsSdTxtRecordListenerTest.java 142 return "domainName=" + mFullDomainName + " record='" + mTxtRecordMap + "'";
  /external/ltp/testcases/kernel/syscalls/newuname/
newuname01.c 141 tst_resm(TINFO, "Domainname is %s ",
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 61 static domainname DynDNSZone; // Default wide-area zone for service registration
62 static domainname DynDNSHostname;
NetMonitor.c 102 domainname srvtype;
177 domainname hostname;
178 domainname revname;
297 mDNSlocal void SendUnicastQuery(mDNS *const m, HostEntry *entry, domainname *name, mDNSu16 rrtype, mDNSInterfaceID InterfaceID)
383 mDNSexport mDNSBool ExtractServiceType(const domainname *const fqdn, domainname *const srvtype)
406 mDNSlocal void recordstat(HostEntry *entry, const domainname *fqdn, int op, mDNSu16 rrtype)
409 domainname srvtype;
    [all...]
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 712 def __init__(self, configurationName, domainName):
714 self.domainName = domainName
717 (self.configurationName, self.domainName))
820 configurationName, domainName = matchConfig.group(1, 2)
826 raise ConfigAppliedWithoutCriteriaError(configurationName, domainName)
829 path = [domainName, configurationName]
833 configurationName, domainName))
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 104 mDNSexport DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout)
115 if (!d) d = (const domainname *)"";
285 mDNSlocal DomainAuthInfo *GetAuthInfoForName_direct(mDNS *m, const domainname *const name)
287 const domainname *n = name;
297 n = (const domainname *)(n->c + 1 + n->c[0]);
304 mDNSexport DomainAuthInfo *GetAuthInfoForName_internal(mDNS *m, const domainname *const name)
341 mDNSexport DomainAuthInfo *GetAuthInfoForName(mDNS *m, const domainname *const name)
352 const domainname *domain, const domainname *keyname, const char *b64keydata, const domainname *hostname, mDNSIPPort *port, const char *autoTunnelPrefix
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 517 String domainName = info.getType();
518 String serviceName = JmDNSImpl.toUnqualifiedName(domainName, this.getAlias());
519 return new ServiceEventImpl(dns, domainName, serviceName, info);
822 // String domainName = "";
829 // domainName = this.getServer().substring(index + 1);
831 // return new ServiceEventImpl(dns, domainName, serviceName, info);
    [all...]
  /external/parameter-framework/upstream/tools/xmlGenerator/
EddParser.py 734 comment = "Configurations in domain '%(domainName)s' do not all set the same parameters "
735 def __init__ (self, domainName):
736 self.domainName = domainName
738 return self.comment % { "domainName" : self.domainName }
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengine.h 84 //! certificate matches the given domainname.
85 virtual void StartTls(const std::string & domainname) = 0;
  /external/e2fsprogs/intl/
gettextP.h 145 char domainname[ZERO]; member in struct:binding

Completed in 3009 milliseconds

1 2 34 5 6 7 8 91011