HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 476 - 500 of 827) sorted by null

<<11121314151617181920>>

  /external/syzkaller/vendor/google.golang.org/appengine/internal/
api_common.go 72 // or a domain prefix (e.g. "example.com:").
  /external/webrtc/webrtc/libjingle/xmpp/
xmppclient.cc 123 // domain to be used. We do the same for gmail.com and googlemail.com as the
124 // returned CN matches the account domain in those cases.
397 void XmppClient::Private::StartTls(const std::string& domain) {
399 socket_->StartTls(domain);
  /external/dnsmasq/src/
option.c 104 {"domain", 1, 0, 's'},
105 {"domain-suffix", 1, 0, 's'},
127 {"domain-needed", 0, 0, 'D'},
203 {'A', ARG_DUP, "/domain/ipaddr",
214 {'D', OPT_NODOTS_LOCAL, NULL, gettext_noop("Do NOT forward queries with no domain part."), NULL},
216 {'E', OPT_EXPAND, NULL, gettext_noop("Expand simple names in /etc/hosts with domain-suffix."),
268 {'S', ARG_DUP, "/domain/ipaddr",
270 {LOPT_LOCAL, ARG_DUP, "/domain/", gettext_noop("Never forward queries to specified domains."),
272 {'s', ARG_DUP, "<domain>[,<range>]",
273 gettext_noop("Specify the domain to be assigned in DHCP leases."), NULL}
1256 char* domain = NULL; local
2011 char* domain = NULL; local
    [all...]
dhcp.c 570 Also check that FQDNs match the domain we are using. */
575 char* domain; local
590 /* split off domain part */
591 if ((configs->flags & CONFIG_NAME) && (domain = strip_hostname(configs->hostname)))
592 configs->domain = domain;
638 for this address. If it has a domain part, that must match the set domain and
639 it gets stripped. The set of legal domain names is bigger than the set of legal hostnames
640 so check here that the domain name is legal as a hostname. *
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 168 kDNSType_PTR, // 12 Domain name pointer
186 kDNSType_NXT, // 30 Next domain (security)
379 // RFC 1034/1035 specify that a domain label consists of a length byte plus up to 63 characters
383 // RFC 1034/1035/2181 specify that a domain name (length bytes and data bytes) may be up to 255 bytes long,
394 // The longest legal domain name is 256 bytes, in the form of four labels as shown below:
401 // It is for domain names, where dots are used as label separators, that proper escaping is vital.
1070 domainname domain; member in struct:McastResolver
1084 domainname domain; \/\/ name->server matching for "split dns" member in struct:DNSServer
1497 domainname domain; member in struct:DomainAuthInfo
1747 domainname domain; member in struct:SearchListElem
    [all...]
  /external/skqp/src/gpu/
SkGpuDevice.cpp 1008 SkRect domain; local
    [all...]
  /external/iperf3/src/
iperf.h 135 int domain; /* AF_INET or AF_INET6 */ member in struct:iperf_settings
  /external/libdrm/nouveau/
pushbuf.c 89 /* VRAM is the only valid domain. GART and VRAM|GART buffers
207 kref->presumed.domain = NOUVEAU_GEM_DOMAIN_VRAM;
209 kref->presumed.domain = NOUVEAU_GEM_DOMAIN_GART;
252 if (bkref->presumed.domain & NOUVEAU_GEM_DOMAIN_VRAM)
371 if (info->domain == NOUVEAU_GEM_DOMAIN_VRAM)
  /external/libevent/include/event2/
dns.h 31 * public domain. You can find his original copyright below. Please,
35 * This software is Public Domain. To view a copy of the public domain dedication,
102 * globally. Otherwise each search domain is appended in turn.
107 * For example, with ndots set to 1 (the default) and a search domain list of
154 /** The domain name does not exist */
506 Add a domain to the list of search domains
508 @param domain the domain to be added to the search list
511 void evdns_base_search_add(struct evdns_base *base, const char *domain);
    [all...]
  /external/ltp/testcases/kernel/syscalls/epoll2/examples/
epoll-test.c 98 int eph_socket(int domain, int type, int protocol)
100 int sfd = socket(domain, type, protocol), flags = 1;
285 static int eph_create_conn(int domain, int type, int protocol, void *func)
287 int sfd = eph_socket(domain, type, protocol);
  /external/mesa3d/src/amd/vulkan/
radv_radeon_winsys.h 197 enum radeon_bo_domain domain,
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_winsys.h 108 r->domain | access, vor, tor)->priv = r;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.h 279 struct nouveau_bo *dst, unsigned offset, unsigned domain,
  /external/mesa3d/src/loader/
loader.c 123 device->businfo.pci->domain, device->businfo.pci->bus,
  /external/openssh/openbsd-compat/
bsd-misc.c 74 const char *user, const char *domain)
  /external/selinux/policycoreutils/po/
Makefile 21 XGETTEXT = xgettext --default-domain=$(NLSPACKAGE)
  /external/skia/src/pdf/
SkPDFGradientShader.cpp 214 retval->insertObject("Domain", SkPDFMakeArray(0, 1));
273 retval->insertObject("Domain", SkPDFMakeArray(0, 1));
578 std::unique_ptr<SkPDFArray> domain,
583 dict->insertObject("Domain", std::move(domain));
733 "Domain", SkPDFMakeArray(bbox.left(), bbox.right(), bbox.top(), bbox.bottom()));
735 auto domain = SkPDFMakeArray(bbox.left(), bbox.right(), bbox.top(), bbox.bottom()); local
738 make_ps_function(functionCode.detachAsStream(), std::move(domain),
    [all...]
  /external/skqp/src/pdf/
SkPDFGradientShader.cpp 214 retval->insertObject("Domain", SkPDFMakeArray(0, 1));
273 retval->insertObject("Domain", SkPDFMakeArray(0, 1));
578 std::unique_ptr<SkPDFArray> domain,
583 dict->insertObject("Domain", std::move(domain));
733 "Domain", SkPDFMakeArray(bbox.left(), bbox.right(), bbox.top(), bbox.bottom()));
735 auto domain = SkPDFMakeArray(bbox.left(), bbox.right(), bbox.top(), bbox.bottom()); local
738 make_ps_function(functionCode.detachAsStream(), std::move(domain),
    [all...]
  /external/stressapptest/src/
os.h 37 int32 domain; member in struct:PCIDevice
  /external/syzkaller/pkg/vcs/
vcs.go 40 // Given email = "user@domain.com", it searches for tags of the form "user+tag@domain.com"
  /external/syzkaller/vendor/cloud.google.com/go/storage/
acl.go 41 // "domain-<domain>" and "project-team-<projectId>".
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_linux_amd64.go 70 //sysnb socket(domain int, typ int, proto int) (fd int, err error)
71 //sysnb socketpair(domain int, typ int, proto int, fd *[2]int32) (err error)
syscall_linux_arm64.go 82 //sysnb socket(domain int, typ int, proto int) (fd int, err error)
83 //sysnb socketpair(domain int, typ int, proto int, fd *[2]int32) (err error)
syscall_linux_mips64x.go 60 //sysnb socket(domain int, typ int, proto int) (fd int, err error)
61 //sysnb socketpair(domain int, typ int, proto int, fd *[2]int32) (err error)
syscall_linux_ppc64x.go 58 //sysnb socket(domain int, typ int, proto int) (fd int, err error)
59 //sysnb socketpair(domain int, typ int, proto int, fd *[2]int32) (err error)

Completed in 1520 milliseconds

<<11121314151617181920>>