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

1 23 4 5 6 7 8 91011

  /external/ltp/testcases/kernel/syscalls/setdomainname/
setdomainname03.c 41 * save current domainname
57 * Restore old domainname
155 /* Save current domainname */
182 " domainname to \"%s\"", old_domain_name);
setdomainname01.c 40 * Save the current domainname.
146 " domainname to \"%s\"", old_domain_name);
  /external/mdnsresponder/mDNSCore/
uDNS.h 78 extern CacheGroup *CacheGroupForName(const mDNS *const m, const mDNSu32 slot, const mDNSu32 namehash, const domainname *const name);
87 extern const domainname *GetServiceTarget(mDNS *m, AuthRecord *const rr);
108 extern domainname *uDNS_GetNextSearchDomain(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSs8 *searchIndex, mDNSBool ignoreDotLocal);
119 extern DomainAuthInfo *GetAuthInfoForName_internal(mDNS *m, const domainname *const name);
mDNSEmbeddedAPI.h 386 typedef struct { mDNSu8 c[256]; } domainname; // Up to 256 bytes of length-prefixed domainlabels typedef in typeref:struct:__anon28800
392 // When a native domainname object is converted to printable textual form using ConvertDomainNameToCString(),
722 typedef packedstruct { mDNSu16 priority; mDNSu16 weight; mDNSIPPort port; domainname target; } rdataSRV;
723 typedef packedstruct { mDNSu16 preference; domainname exchange; } rdataMX;
724 typedef packedstruct { domainname mbox; domainname txt; } rdataRP;
725 typedef packedstruct { mDNSu16 preference; domainname map822; domainname mapx400; } rdataPX;
729 domainname mname;
730 domainname rname
    [all...]
DNSCommon.c 353 mDNSexport mDNSBool SameDomainName(const domainname *const d1, const domainname *const d2)
371 mDNSexport mDNSBool SameDomainNameCS(const domainname *const d1, const domainname *const d2)
378 mDNSexport mDNSBool IsLocalDomain(const domainname *d)
382 static const domainname *nL = (const domainname*)"\x5" "local";
383 static const domainname *nR = (const domainname*)"\x3" "254" "\x3" "169" "\x7" "in-addr" "\x4" "arpa";
384 static const domainname *n8 = (const domainname*)"\x1" "8" "\x1" "e" "\x1" "f" "\x3" "ip6" "\x4" "arpa"
    [all...]
  /external/mdnsresponder/mDNSPosix/
Client.c 45 domainname type;
46 domainname domain;
181 domainname type;
182 domainname domain;
  /external/mksh/
Android.patch.txt 33 {"domainname", c_true},
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DomainMatcher.java 155 * @param domainName Domain name to be checked.
158 public int isSubDomain(String domainName) {
159 if (TextUtils.isEmpty(domainName)) {
162 List<String> domainLabels = Utils.splitDomain(domainName);
  /toolchain/binutils/binutils-2.27/bfd/
sysdep.h 205 # define dgettext(Domainname, Msgid) (Msgid)
206 # define dcgettext(Domainname, Msgid, Category) (Msgid)
207 # define textdomain(Domainname) while (0) /* nothing */
208 # define bindtextdomain(Domainname, Dirname) while (0) /* nothing */
  /toolchain/binutils/binutils-2.27/gold/
system.h 50 # define dgettext(Domainname, Msgid) (Msgid)
51 # define dcgettext(Domainname, Msgid, Category) (Msgid)
52 # define textdomain(Domainname) do {} while (0) /* nothing */
53 # define bindtextdomain(Domainname, Dirname) do {} while (0) /* nothing */
  /external/e2fsprogs/intl/
libgnuintl.h.in 122 /* Look up MSGID in the DOMAINNAME message catalog for the current
138 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
220 /* Set the current default message catalog to DOMAINNAME.
221 If DOMAINNAME is null, return the current default.
222 If DOMAINNAME is "", reset to the default of "messages". */
237 /* Specify that the DOMAINNAME message catalog will be found
256 DOMAINNAME message catalog will be returned. */
dcigettext.c 225 char *domainname; member in struct:known_translation_t
269 result = strcmp (s1->domainname, s2->domainname);
424 /* Look up MSGID in the DOMAINNAME message catalog for the current
428 DCIGETTEXT (const char *domainname, const char *msgid1, const char *msgid2,
465 /* If DOMAINNAME is NULL, we are interested in the default domain. If
468 if (domainname == NULL)
469 domainname = _nl_current_default_domain;
485 search->domainname = (char *) domainname;
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
libgnuintl.h 143 /* Look up MSGID in the DOMAINNAME message catalog for the current
162 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
257 /* Set the current default message catalog to DOMAINNAME.
258 If DOMAINNAME is null, return the current default.
259 If DOMAINNAME is "", reset to the default of "messages". */
274 /* Specify that the DOMAINNAME message catalog will be found
294 DOMAINNAME message catalog will be returned. */
  /packages/apps/Contacts/src/com/android/contacts/util/
PhoneNumberHelper.java 79 * @param number SIP address of the form "username@domainname" (or the URI-escaped equivalent
80 * "username%40domainname")
  /external/parameter-framework/upstream/parameter/
ConfigurableDomains.h 86 * @param[in] domainName the domain name
91 bool split(const std::string &domainName, CConfigurableElement *element, core::Results &infos);
139 * @param[in] domainName the domain name
145 bool addConfigurableElementToDomain(const std::string &domainName,
ConfigurableDomains.cpp 300 bool CConfigurableDomains::split(const string &domainName, CConfigurableElement *element,
305 CConfigurableDomain *domain = findConfigurableDomain(domainName, error);
405 bool CConfigurableDomains::restoreConfiguration(const string &domainName,
412 const CConfigurableDomain *domain = findConfigurableDomain(domainName, error);
537 const string &domainName, CConfigurableElement *element,
542 CConfigurableDomain *domain = findConfigurableDomain(domainName, error);
  /external/webrtc/webrtc/libjingle/xmpp/
asyncsocket.h 60 virtual bool StartTls(const std::string & domainname) = 0;
xmppsocket.h 45 virtual bool StartTls(const std::string & domainname);
xmppsocket.cc 221 bool XmppSocket::StartTls(const std::string & domainname) {
228 if (ssl_adapter->StartSSL(domainname.c_str(), false) != 0)
233 if (ssl_stream->StartSSLWithServer(domainname.c_str()) != 0)
  /toolchain/binutils/binutils-2.27/ld/
ld.h 56 # define dgettext(Domainname, Msgid) (Msgid)
57 # define dcgettext(Domainname, Msgid, Category) (Msgid)
58 # define textdomain(Domainname) while (0) /* nothing */
59 # define bindtextdomain(Domainname, Dirname) while (0) /* nothing */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmdfs.h 301 NET_API_STATUS WINAPI NetDfsRemoveFtRootForced(LPWSTR DomainName,LPWSTR ServerName,LPWSTR RootShare,LPWSTR FtDfsName,DWORD Flags);
337 NET_API_STATUS WINAPI NetDfsGetFtContainerSecurity(LPWSTR DomainName,SECURITY_INFORMATION SecurityInformation,PSECURITY_DESCRIPTOR *ppSecurityDescriptor,LPDWORD lpcbSecurityDescriptor);
338 NET_API_STATUS WINAPI NetDfsSetFtContainerSecurity(LPWSTR DomainName,SECURITY_INFORMATION SecurityInformation,PSECURITY_DESCRIPTOR pSecurityDescriptor);
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 125 %token <string> DOMAINNAME
328 KEY DOMAINNAME
463 // Fill in the domainname
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
SocksProxy.java 160 String domainName = fromSource.readUtf8(domainNameLength);
162 toAddress = domainName.equalsIgnoreCase(HOSTNAME_THAT_ONLY_THE_PROXY_KNOWS)
164 : InetAddress.getByName(domainName);
  /bootable/recovery/etc/
init.rc 50 domainname localdomain
  /external/ltp/testcases/cve/
cve-2012-0957.c 71 CHECK_FIELD(domainname) |

Completed in 1198 milliseconds

1 23 4 5 6 7 8 91011