Searched refs:route (Results 26 - 50 of 99) sorted by relevance

1234

/external/bluetooth/bluedroid/btif/co/
H A Dbta_dm_co.c196 tBTM_SCO_ROUTE_TYPE route = BTA_DM_SCO_ROUTE_PCM; local
210 route = btui_cb.sco_hci = BTA_DM_SCO_ROUTE_HCI;
213 if (p_codec_type->codec_type == BTA_SCO_CODEC_PCM && route == BTA_DM_SCO_ROUTE_HCI)
222 return route;
/external/libnl-headers/netlink/route/
H A Dclassifier.h2 * netlink/route/classifier.h Classifiers
17 #include <netlink/route/tc.h>
H A Droute.h2 * netlink/route/route.h Routes
19 #include <netlink/route/nexthop.h>
20 #include <netlink/route/rtnl.h>
H A Dqdisc.h2 * netlink/route/qdisc.h Queueing Disciplines
17 #include <netlink/route/tc.h>
/external/libnl-headers/netlink/route/cls/
H A Dematch.h2 * netlink/route/cls/ematch.h Extended Matches
16 #include <netlink/route/classifier.h>
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractPooledConnAdapter.java50 * In addition, methods to establish a route are delegated to the
52 * will clear the tracked route in the pool entry and call the
114 public void open(HttpRoute route, argument
119 poolEntry.open(route, context, params);
/external/iproute2/ip/
H A Difcfg132 ip route add unreachable 224.0.0.0/24 >& /dev/null
133 ip route add unreachable 255.255.255.255 >& /dev/null
135 ip route add 224.0.0.0/4 dev $dev scope global >& /dev/null
/external/dhcpcd/
H A Ddhcp.c784 struct rt *route = NULL; local
810 if (route) {
811 route->next = xmalloc(sizeof(*route));
812 route = route->next;
814 routes = route = xmalloc(sizeof(*routes));
815 route->next = NULL;
816 memcpy(&route->dest.s_addr, p, 4);
818 memcpy(&route
[all...]
/external/iproute2/examples/
H A Ddhcp-client-script177 LOG route add default gw $router
178 route add default gw $router
193 LOG route del default gw $router
194 route del default gw $router
210 # Check (and add route, if alive) default routers
223 route add default gw $router
246 route $op -net $1 netmask `ABCMask "$1"` gw $2
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_util.c16 #include <netlink/route/link.h>
17 #include <netlink/route/link/vlan.h>
/external/wpa_supplicant_8/src/ap/
H A Dvlan_util.c16 #include <netlink/route/link.h>
17 #include <netlink/route/link/vlan.h>
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_util.c16 #include <netlink/route/link.h>
17 #include <netlink/route/link/vlan.h>
/external/iproute2/doc/
H A Dip-tunnels.tex48 route add -net 10.0.0.0 gw 193.233.7.65 dev tunl0
51 work in 2.2.0! Moreover, \verb|route| prints a funny error sort of
52 ``network unreachable'' and after this I found a strange direct route
57 this particular route is {\em abnormal}:
60 ip route add 10.0.0.0/8 via 193.233.7.65 dev tunl0 onlink
68 route add -host 193.233.7.65 dev tunl0
69 route add -net 10.0.0.0 netmask 255.0.0.0 gw 193.233.7.65
70 route del -host 193.233.7.65 dev tunl0
74 that between \verb|route add| and \verb|route de
[all...]
H A Dip-cref.tex115 \item \verb|route| --- routing table entry
1072 \section{{\tt ip route} --- routing table management}
1075 \paragraph{Abbreviations:} \verb|route|, \verb|ro|, \verb|r|.
1077 \paragraph{Object:} \verb|route| entries in the kernel routing tables keep
1080 Each route entry has a {\em key\/} consisting of a {\em prefix\/}
1082 optionally, the TOS value. An IP packet matches the route if the highest
1083 bits of its destination address are equal to the route prefix at least
1084 up to the prefix length and if the TOS of the route is zero or equal to
1093 \item If the TOS of some route with the longest prefix is equal to the TOS
1099 Otherwise, the route looku
[all...]
/external/apache-http/src/org/apache/http/conn/
H A DManagedClientConnection.java78 * Obtains the current route of this connection.
80 * @return the route established so far, or
108 * Opens this connection according to the given route.
110 * @param route the route along which to open. It will be opened to
117 void open(HttpRoute route, HttpContext context, HttpParams params) argument
124 * The route is the one previously passed to {@link #open open}.
173 * The route is the one previously passed to {@link #open open}.
198 * A {@link #getRoute route} mismatch, the connection being closed,
/external/apache-http/src/org/apache/http/conn/params/
H A DConnManagerParams.java86 public int getMaxForRoute(HttpRoute route) {
93 * Sets lookup interface for maximum number of connections allowed per route.
97 * per route
111 * Returns lookup interface for maximum number of connections allowed per route.
115 * @return lookup interface for maximum number of connections allowed per route.
/external/libppp/src/
H A Dtun.c35 #include <net/route.h>
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DDefaultRouter.java51 * URI Jiang He - use address in route header. Significant changes to conform to
53 * strict route post processing code.
123 "Invalid default route specification - need host:port/transport");
133 * next hop on the list. If the default route has been specified, then it is
158 * is the sip request to route.
196 Route route = (Route) routes.getFirst();
197 URI uri = route.getAddress().getURI();
222 .logDebug("Using request URI maddr to route the request = "
233 .logDebug("Using outbound proxy to route the request = "
259 * pre: top route heade
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddrivers.mak150 DRV_LIBS += -lnl-route-3
161 DRV_LIBS += -lnl-route
H A Ddriver_bsd.c28 #include <net/route.h>
55 int route; /* routing socket for events */ member in struct:bsd_driver_data
836 drv->route = socket(PF_ROUTE, SOCK_RAW, 0);
837 if (drv->route < 0) {
841 eloop_register_read_sock(drv->route, bsd_wireless_event_receive, drv,
867 if (drv->route >= 0) {
868 eloop_unregister_read_sock(drv->route);
869 close(drv->route);
1471 drv->route = socket(PF_ROUTE, SOCK_RAW, 0);
1472 if (drv->route <
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddrivers.mak150 DRV_LIBS += -lnl-route-3
161 DRV_LIBS += -lnl-route
H A Ddriver_bsd.c28 #include <net/route.h>
55 int route; /* routing socket for events */ member in struct:bsd_driver_data
836 drv->route = socket(PF_ROUTE, SOCK_RAW, 0);
837 if (drv->route < 0) {
841 eloop_register_read_sock(drv->route, bsd_wireless_event_receive, drv,
867 if (drv->route >= 0) {
868 eloop_unregister_read_sock(drv->route);
869 close(drv->route);
1471 drv->route = socket(PF_ROUTE, SOCK_RAW, 0);
1472 if (drv->route <
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddrivers.mak150 DRV_LIBS += -lnl-route-3
161 DRV_LIBS += -lnl-route
/external/apache-http/src/org/apache/http/conn/routing/
H A DRouteTracker.java40 * Helps tracking the steps in establishing a route.
62 // now follow attributes that indicate the established route
64 /** Whether the first hop of the route is established. */
70 /** Whether the the route is tunnelled end-to-end through proxies. */
73 /** Whether the route is layered over a tunnel. */
76 /** Whether the route is secure. */
81 * Creates a new route tracker.
84 * @param target the host to which to route
85 * @param local the local address to route from, or
100 * Creates a new tracker for the given route
106 RouteTracker(HttpRoute route) argument
[all...]
/external/libnl-headers/
H A Dnetlink-types.h16 #include <netlink/route/link.h>
17 #include <netlink/route/qdisc.h>
18 #include <netlink/route/rtnl.h>
19 #include <netlink/route/route.h>

Completed in 552 milliseconds

1234