Searched refs:route (Results 1 - 25 of 231) sorted by relevance

12345678910

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_arp.c81 #include <net/route.h>
95 * gets inserted into the list when the route is created and gets
112 * as the route entry itself. When a route is deleted (RTM_DELETE),
114 * freed until the route itself is freed.
571 * rt_setgate() on this route.
690 * XXX: If this is a manually added route to interface
700 * Case 1: This route should come from a route to iface.
729 log(LOG_ERR, "%s: route t
908 arp_lookup_route(const struct in_addr *addr, int create, int proxy, route_t *route, unsigned int ifscope) argument
998 route_t route = NULL; /* output route */ local
1274 route_t route = NULL; local
[all...]
H A Dip_flowid.h106 struct route *_fwa_ro; /* for dummynet */
H A Dip_var.h210 u_int32_t ips_noroute; /* packets discarded due to no route */
268 struct route;
317 extern int ip_output(struct mbuf *, struct mbuf *, struct route *, int,
319 extern int ip_output_list(struct mbuf *, int, struct mbuf *, struct route *,
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Drtutil.h39 #include <net/route.h>
/macosx-10.10/bootp-298/bootplib/
H A Darp.h46 #include <net/route.h>
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dacsp.c34 #include <net/route.h>
141 // will use route and domain information from acsp
417 // route struct to hold 1 route for sending or
418 // a route received to be installed
429 // structure of route data in a packet
478 void *route; member in struct:acsp_dhcp_context
529 static void acsp_plugin_add_routes(acsp_route *route);
531 static void acsp_plugin_remove_routes(acsp_route *route);
614 acsp_route *route; local
1165 acsp_route *route; local
1318 acsp_plugin_add_routes(acsp_route *route) argument
1382 acsp_plugin_remove_routes(acsp_route *route) argument
1973 acsp_route *route; local
[all...]
/macosx-10.10/ruby-106/ruby/lib/rake/contrib/
H A Dftptools.rb116 route = []
118 route << dir
119 current_dir = File.join(route)
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Din6_src.c111 #include <net/route.h>
594 * Given a source IPv6 address (and route, if available), determine the best
596 * ROF_SRCIF_SELECTED flag in the pcb-supplied route placeholder is done
618 struct route_in6 *route = NULL; local
693 * We do not have to check or get the route for
695 * the route and we have no interface to use,
714 goto done; /* we do not need a route for multicast. */
730 * by the route. For performance reasons, do this only if
731 * there is no route, or if the routing table has changed,
733 * route (fo
[all...]
H A Droute6.c67 #include <net/route.h>
H A Ddest6.c45 #include <net/route.h>
/macosx-10.10/configd-699.1.5/Plugins/KernelEventMonitor/
H A Deventmon.h49 #include <net/route.h>
/macosx-10.10/xnu-2782.1.97/bsd/man/man4/
H A DMakefile35 route.4 \
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_gif.h68 /* xxx sigh, why route have struct route instead of pointer? */
84 struct route gifscr_ro; /* xxx */
H A Droute.h60 * @(#)route.h 8.3 (Berkeley) 4/19/94
61 * $FreeBSD: src/sys/net/route.h,v 1.36.2.1 2000/08/16 06:14:23 jayanth Exp $
79 int32_t rmx_expire; /* lifetime for route, e.g. redirect */
85 u_int32_t rmx_pksent; /* packets sent using this route */
118 * IP route structure
120 * A route consists of a destination address and a reference
124 struct route { struct
126 * N.B: struct route must begin with ro_{rt,srcia,flags}
128 * to a 'struct route *'.
132 uint32_t ro_flags; /* route flag
[all...]
H A DMakefile20 route.h
H A Dether_inet6_pr_module.c74 #include <net/route.h>
160 mbuf_t *m0, const struct sockaddr *dst_netaddr, void *route,
174 (uintptr_t)(size_t)dst_netaddr, &sdl, sizeof (sdl), route, *m0);
159 ether_inet6_pre_output(ifnet_t ifp, protocol_family_t protocol_family, mbuf_t *m0, const struct sockaddr *dst_netaddr, void *route, char *type, char *edst) argument
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_balancer.c202 /* Find the worker that has the 'route' defined
205 const char *route, request_rec *r)
220 if (*(worker->s->route) && strcmp(worker->s->route, route) == 0) {
271 char **route,
279 /* Try to find the sticky route inside url */
280 *route = get_path_param(r->pool, *url, balancer->s->sticky_path, balancer->s->scolonsep);
281 if (*route) {
284 *route, balance
204 find_route_worker(proxy_balancer *balancer, const char *route, request_rec *r) argument
269 find_session_route(proxy_balancer *balancer, request_rec *r, char **route, const char **sticky_used, char **url) argument
460 char *route = NULL; local
[all...]
H A Dmod_proxy_balancer.c.orig202 /* Find the worker that has the 'route' defined
205 const char *route, request_rec *r)
220 if (*(worker->s->route) && strcmp(worker->s->route, route) == 0) {
271 char **route,
279 /* Try to find the sticky route inside url */
280 *route = get_path_param(r->pool, *url, balancer->s->sticky_path, balancer->s->scolonsep);
281 if (*route) {
284 *route, balance
[all...]
/macosx-10.10/configd-699.1.5/Plugins/IPMonitor/
H A Dip_plugin.c27 * that is, the one with the default route assigned
46 * - specify the interface name when installing the default route
56 * - don't elect a service to be primary if it doesn't have a default route
59 * - support installing a default route to a router that's not on our subnet
82 #include <net/route.h>
549 /* are we netbooted? If so, don't touch the default route */
1320 (*RouteApply)(RouteRef route, int cmd, int sockfd);
1323 (*RouteGateway)(RouteRef route);
1326 (*RouteSetGateway)(RouteRef route, const void * address);
1329 (*RouteDestination)(RouteRef route);
1468 RouteListRouteIndex(RouteListInfoRef info, RouteListRef routes, RouteRef route) argument
1478 RouteGetNextRoute(RouteListInfoRef info, RouteRef route) argument
1808 RouteListFindRoute(RouteListInfoRef info, RouteListRef routes, RouteRef route) argument
1911 RouteProcess(RouteRef route, RouteCommand cmd, RouteListApplyContextRef context) argument
2114 RouteRef route; local
2219 IPv4RouteLog(int level, RouteRef route, const char * msg) argument
2246 IPv4RouteLog(int level, RouteRef route, const char * msg) argument
2265 IPv4RouteRef route = (IPv4RouteRef)r_route; local
2362 IPv4RouteSetPrefixLength(IPv4RouteRef route) argument
2377 IPv4RouteRef route = (IPv4RouteRef)r_route; local
2384 IPv4RouteRef route = (IPv4RouteRef)r_route; local
2393 IPv4RouteRef route = (IPv4RouteRef)r_route; local
2401 IPv4RouteRef route = (IPv4RouteRef)r_route; local
2432 IPv4RouteRef route = (IPv4RouteRef)r_route; local
3104 IPv6RouteLog(int level, RouteRef route, const char * msg) argument
3131 IPv6RouteLog(int level, RouteRef route, const char * msg) argument
3467 IPv6RouteRef route = (IPv6RouteRef)r_route; local
3474 IPv6RouteRef route = (IPv6RouteRef)r_route; local
3483 IPv6RouteRef route = (IPv6RouteRef)r_route; local
3512 IPv6RouteRef route = (IPv6RouteRef)r_route; local
3537 IPv6RouteRef route = (IPv6RouteRef)r_route; local
5399 IPv4Route route; local
8317 struct route { struct
[all...]
/macosx-10.10/IOFireWireIP-226.2/KernelSource/BSD/
H A Dfirewire_inet6_pr_module.c66 #include <net/route.h>
138 void *route,
148 &sdl, sizeof(sdl), (route_t)route, *m0);
133 inet6_firewire_pre_output( ifnet_t ifp, protocol_family_t protocol_family, mbuf_t *m0, const struct sockaddr *dst_netaddr, void *route, char *type, char *edst) argument
H A Dfirewire_inet_pr_module.cpp40 #include <net/route.h>
134 // IN: caddr_t route
153 void* route,
172 &ll_dest, sizeof(ll_dest), (route_t)route, *m0);
148 inet_firewire_pre_output( ifnet_t interface, __unused protocol_family_t protocol_family, mbuf_t *m0, const struct sockaddr *dst_netaddr, void* route, char *type, char *edst) argument
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_ipv6.c72 void *route, char *frame_type, char *link_layer_dest);
207 void *route, char *frame_type, char *link_layer_dest)
205 ppp_ipv6_preoutput(ifnet_t ifp, protocol_family_t protocol, mbuf_t *packet, const struct sockaddr *dest, void *route, char *frame_type, char *link_layer_dest) argument
/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Drtadvd.h91 u_int32_t ltime; /* route lifetime */
92 u_int rtpref; /* route preference */
151 struct rtinfo route; /* route information option (link head) */ member in struct:rainfo
152 int routes; /* number of route information options */
/macosx-10.10/xnu-2782.1.97/bsd/netkey/
H A Dkeydb.h71 struct route sa_route; /* route cache */
/macosx-10.10/network_cmds-457/rtsol.tproj/
H A Drtsock.c40 #include <net/route.h>

Completed in 183 milliseconds

12345678910