Home
last modified time | relevance | path

Searched refs:BNetworkRoute (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/network/libnetapi/
H A DNetworkRoute.cpp16 BNetworkRoute::BNetworkRoute() in BNetworkRoute() function in BNetworkRoute
22 BNetworkRoute::~BNetworkRoute() in ~BNetworkRoute()
32 BNetworkRoute::SetTo(const BNetworkRoute& other) in SetTo()
39 BNetworkRoute::SetTo(const route_entry& routeEntry) in SetTo()
61 BNetworkRoute::Adopt(BNetworkRoute& other) in Adopt()
69 BNetworkRoute::RouteEntry() const in RouteEntry()
76 BNetworkRoute::Destination() const in Destination()
83 BNetworkRoute::SetDestination(const sockaddr& destination) in SetDestination()
90 BNetworkRoute::UnsetDestination() in UnsetDestination()
97 BNetworkRoute::Mask() const in Mask()
[all …]
H A DNetworkInterface.cpp487 BNetworkInterface::AddRoute(const BNetworkRoute& route) in AddRoute()
502 BNetworkRoute route; in AddDefaultRoute()
513 BNetworkInterface::RemoveRoute(const BNetworkRoute& route) in RemoveRoute()
524 BNetworkInterface::RemoveRoute(int family, const BNetworkRoute& route) in RemoveRoute()
535 BNetworkRoute route; in RemoveDefaultRoute()
543 BObjectList<BNetworkRoute>& routes) const in GetRoutes()
545 return BNetworkRoute::GetRoutes(family, Name(), routes); in GetRoutes()
550 BNetworkInterface::GetDefaultRoute(int family, BNetworkRoute& route) const in GetDefaultRoute()
552 return BNetworkRoute::GetDefaultRoute(family, Name(), route); in GetDefaultRoute()
559 return BNetworkRoute::GetDefaultGateway(family, Name(), gateway); in GetDefaultGateway()
/haiku/headers/os/net/
H A DNetworkRoute.h13 class BNetworkRoute {
15 BNetworkRoute();
16 ~BNetworkRoute();
18 status_t SetTo(const BNetworkRoute& other);
21 void Adopt(BNetworkRoute& other);
51 BNetworkRoute& route);
57 BObjectList<BNetworkRoute>& routes);
59 BObjectList<BNetworkRoute>& routes);
62 BObjectList<BNetworkRoute>& routes);
65 BNetworkRoute(const BNetworkRoute& other);
H A DNetworkInterface.h17 class BNetworkRoute; variable
104 status_t AddRoute(const BNetworkRoute& route);
106 status_t RemoveRoute(const BNetworkRoute& route);
108 const BNetworkRoute& route);
111 BObjectList<BNetworkRoute>& routes) const;
113 BNetworkRoute& route) const;