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

1234

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_upnp.c876 #include <net/route.h>
H A Dwps_upnp_ssdp.c15 #include <net/route.h>
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_ssdp.c15 #include <net/route.h>
H A Dwps_upnp.c848 #include <net/route.h>
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_ssdp.c15 #include <net/route.h>
H A Dwps_upnp.c848 #include <net/route.h>
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c15 #include <net/route.h>
H A Dwps_upnp.c848 #include <net/route.h>
/external/nist-sip/java/gov/nist/javax/sip/
H A DDialogFilter.java299 * assigned to the dialog. Forgive the sins of B2BUA's that like to record route ACK's
367 // endpoint, then the stack strips off the route header.
370 Route route = (Route) routes.getFirst();
371 SipUri uri = (SipUri) route.getAddress().getURI();
/external/libppp/src/
H A Dipcp.c38 #include <net/route.h>
96 #include "route.h"
697 route_Change(bundle, bundle->ncp.route, &myncpaddr, &hisncpaddr);
H A Dcommand.c37 #include <net/route.h>
83 #include "route.h"
835 "add route", "add dest mask gateway", NULL},
837 "add or change route", "add! dest mask gateway", (void *)1},
850 "delete route", "delete dest", NULL},
852 "delete a route if it exists", "delete! dest", (void *)1},
1013 {"route", NULL, route_Show, LOCAL_AUTH,
1014 "routing table", "show route", NULL},
2575 route_Add(&arg->bundle->ncp.route, addrs, &dest, &gw);
2589 route_DeleteAll(&arg->bundle->ncp.route);
[all...]
H A Diface.c37 #include <net/route.h>
H A Dncpaddr.c33 #include <net/route.h>
H A Droute.c28 * $FreeBSD: src/usr.sbin/ppp/route.c,v 1.94.10.2.4.1 2010/12/21 17:10:29 kensmith Exp $
34 #include <net/route.h>
78 #include "route.h"
425 * potential errors from trying to delete route X after route Y where
426 * route X was cloned from route Y (and is no longer there 'cos it
427 * may have gone with route Y).
612 /* Oops, we already have this route - unlink it */
797 log_Printf(LogERROR, "rt_Set: Cannot add a route wit
[all...]
H A Dradius.c40 #include <net/route.h>
80 #include "route.h"
410 log_Printf(LogWARN, "radius: %s: Invalid route\n",
415 log_Printf(LogWARN, "radius: %s %s: Invalid route\n",
494 log_Printf(LogWARN, "radius: %s: Invalid route\n",
499 log_Printf(LogWARN, "radius: %s %s: Invalid route\n",
H A Dbundle.c34 #include <net/route.h>
74 #include "route.h"
/external/ppp/pppd/
H A Dsys-linux.c110 #include <net/route.h>
116 #include <linux/route.h>
210 static u_int32_t default_route_gateway; /* Gateway for default route added */
330 * mark the interface down, delete default route and/or proxy arp entry.
1415 * /proc/net/route parsing stuff.
1430 * close_route_table - close the interface to the route table
1443 * open_route_table - open the interface to the route table
1453 path = path_to_procfs("/net/route");
1498 * read_route_table - read the next entry from the route table
1531 * defaultroute_exists - determine if there is a default route
[all...]
H A Dsys-solaris.c119 #include <net/route.h>
240 static u_int32_t default_route_gateway; /* Gateway for default route added */
769 * mark the interface down, delete default route and/or proxy arp entry.
2036 * sifdefaultroute - assign a default route through the address given.
2056 error("Can't add default route: %m");
2065 * cifdefaultroute - delete a default route through the address given.
2085 error("Can't delete default route: %m");
2594 * cifroute - delete a route through the addresses given.
2611 error("Can't delete route: %m");
2619 * have_route_to - determine if the system has a route t
[all...]
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c50 #include <net/route.h>
H A Dpfkey.c66 #include <net/route.h>
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c61 #include <net/route.h>
204 // Don't report EHOSTDOWN (i.e. ARP failure), ENETDOWN, or no route to host for unicast destinations
/external/ping6/
H A Dping6.c113 #include <net/route.h>
166 #define NROUTES 9 /* number of record route slots */
/external/dhcpcd/
H A Ddhcpcd.c38 #include <net/route.h>
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c9921 out dx, ax ;; reset PIRQ route control

Completed in 538 milliseconds

1234