Searched refs:Domain (Results 1 - 16 of 16) sorted by last modified time

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp59 AddressString(Domain(), address, true).Data()
498 gDatalinkModule->put_route(Domain(), fRoute);
522 fManager = get_endpoint_manager(Domain());
2303 fRoute = gDatalinkModule->get_route(Domain(), peer);
H A DEndpointManager.cpp493 endpoint, AddressString(Domain(), *newAddress,
577 status = Domain()->module->send_data(NULL, reply);
589 kprintf("-------- TCP Domain %p ---------\n", this);
H A DEndpointManager.h92 net_domain* Domain() const { return fDomain; } function in class:EndpointManager
94 { return Domain()->address_module; }
/haiku/headers/private/net/
H A DProtocolUtilities.h72 net_domain* Domain() const { return fDomain; } function in class:ProtocolSocket
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp143 HashString key(cookie->Domain());
482 fFlattened << cookiePtr->Domain() << '\t' << "TRUE" << '\t'
H A DNetworkCookie.cpp356 BNetworkCookie::Domain() const function in class:BNetworkCookie
422 fRawFullCookie << "; Domain=" << fDomain;
469 return Domain() == "localhost" && IsValidForPath(url.Path());
479 const BString& cookieDomain = Domain();
522 return Domain() == "localhost" && _CanBeSetFromPath(url.Path());
532 const BString& cookieDomain = Domain();
/haiku/headers/private/netservices/
H A DNetworkCookie.h50 const BString& Domain() const;
/haiku/src/tests/kits/net/service/
H A DCookieTest.cpp262 result = jar.AddCookie("012-1=1; Domain=\"opera.com\"", url);
264 result = jar.AddCookie("012-1=1; Domain=\"example.com\"", url);
621 BString bigData("304-12=1; Domain=\"");
632 { "304-01=1; Domain=\"opera.com\"", true },
633 { "304-02=1; Domain=\".opera.com\"", true },
634 { "304-03=1; Domain=\".com\"", false },
635 { "304-04=1; Domain=\"pera.com\"", false },
636 { "304-05=1; Domain=\"?pera.com\"", false },
637 { "304-06=1; Domain=\"*.opera.com\"", false },
638 { "304-07=1; Domain
[all...]
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp56 thread_get_current_thread_id(), Domain()->family , ##args)
173 net_domain *Domain() const { return fDomain; } function in class:UdpDomainSupport
412 kprintf("-------- UDP Domain %p ---------\n", this);
743 domainSupport->Domain()->module->error_reply(NULL, buffer,
853 UdpDomainSupport* domain = _GetDomainSupport(endpoint->Domain(), true);
901 if (domainSupport->Domain() == domain) {
953 TRACE_EP("Bind(%s)", AddressString(Domain(), address, true).Data());
969 TRACE_EP("Connect(%s)", AddressString(Domain(), address, true).Data());
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp229 _AddDomain(cookie->Domain(), false);
362 if (cookie->Domain() == domain)
372 } while (cookie != NULL && cookie->Domain() == domain);
/haiku/src/kits/debugger/files/
H A DFileManager.cpp107 // #pragma mark - Domain
110 class FileManager::Domain : private LocatableEntryOwner { class in class:FileManager
112 Domain(FileManager* manager, bool isLocal) function in class:FileManager::Domain
119 ~Domain()
578 fTargetDomain = new(std::nothrow) Domain(this, targetIsLocal);
587 fSourceDomain = new(std::nothrow) Domain(this, false);
H A DFileManager.h63 class Domain;
82 Domain* fTargetDomain;
83 Domain* fSourceDomain;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp494 fDomain = firstSource->Domain();
499 fDomain.Extend(source->Domain());
H A DChart.h43 inline ChartDataRange Domain() const;
119 Chart::Domain() const function in class:Chart
H A DChartDataSource.h17 virtual ChartDataRange Domain() const = 0;
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp56 virtual ChartDataRange Domain() const function in class:ThreadWindow::ActivityPage::ThreadActivityData

Completed in 117 milliseconds