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

1234567891011>>

/freebsd-9.3-release/sys/net/
H A Dif_gre.c67 #include <net/route.h>
116 struct route *ro);
245 struct route *ro)
512 error = ip_output(m, NULL, &sc->route, IP_FORWARDING,
655 * set tunnel endpoints, compute a less specific route
693 if (sc->route.ro_rt != 0) /* free old route */
694 RTFREE(sc->route.ro_rt);
862 * computes a route to our destination that is not the one
868 * Goal here is to compute a route t
[all...]
H A Dradix_mpath.c50 #include <net/route.h>
201 rtalloc_mpath_fib(struct route *ro, uint32_t hash, u_int fibnum)
209 * XXX we don't attempt to lookup cached route again; what should
217 /* if the route does not exist or it is not multipath, don't care */
H A Dif_stf.c98 #include <net/route.h>
149 struct route __sc_ro4;
184 struct route *);
419 struct route *ro;
423 struct route *cached_route;
543 * Do we have a cached route?
549 /* cache route doesn't match */
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Drdma_cm.h132 struct rdma_route route; member in struct:rdma_cm_id
186 * into route information needed to establish a connection.
240 * Users must have resolved a route for the rdma_cm_id to connect with
327 * performing route resolution, as existing communication on the
/freebsd-9.3-release/sys/security/mac_seeotheruids/
H A Dmac_seeotheruids.c58 #include <net/route.h>
/freebsd-9.3-release/usr.sbin/ppp/
H A DMakefile11 proto.c route.c server.c sig.c slcompress.c sync.c systems.c tcp.c \
H A Dncp.c34 #include <net/route.h>
73 #include "route.h"
99 ncp->route = NULL;
452 if (ncp->route) {
454 route_ShowSticky(arg->prompt, ncp->route, "Sticky routes", 1);
H A Dncp.h37 u_long sendpipe; /* route sendpipe size */
38 u_long recvpipe; /* route recvpipe size */
48 struct sticky_route *route; /* List of dynamic routes */ member in struct:ncp
H A Dtcpmss.c32 #include <net/route.h>
/freebsd-9.3-release/usr.sbin/rtsold/
H A Drtsock.c40 #include <net/route.h>
/freebsd-9.3-release/release/
H A Dfixit.services98 router 520/udp route routed #local routing process (on site);
/freebsd-9.3-release/release/picobsd/bridge/
H A Dcrunch.conf128 progs route
/freebsd-9.3-release/release/picobsd/qemu/
H A Dcrunch.conf128 progs route
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Datmconfig.help194 -printonly don't execute, print the route(8) command
212 -printonly don't execute, print the route(8) command
/freebsd-9.3-release/sys/netatalk/
H A Dddp_output.c33 #include <net/route.h>
118 ddp_route(struct mbuf *m, struct route *ro)
136 * If we have a route, find the ifa that refers to this route. I.e
/freebsd-9.3-release/sys/netinet/
H A Dip_ipsec.c48 #include <net/route.h>
226 struct route *ro;
236 * find the correct route for outer IPv4
H A Dip_var.h121 u_long ips_noroute; /* packets discarded due to no route */
175 struct route;
223 struct mbuf *, struct route *, int, struct ip_moptions *,
H A Dip_fastfwd.c96 #include <net/route.h>
116 ip_findroute(struct route *ro, struct in_addr dest, struct mbuf *m)
122 * Find route to destination.
163 struct route ro;
389 * Step 4: decrement TTL and look up route
418 * Find route to destination.
474 * Redo route lookup with new destination address
494 * Check if route is dampned (when ARP is unable to resolve)
H A Dsctp_os_bsd.h73 #include <net/route.h>
418 typedef struct route sctp_route_t;
427 #define SCTP_RTALLOC(ro, vrf_id) rtalloc_ign((struct route *)ro, 0UL)
/freebsd-9.3-release/sys/netinet6/
H A Dip6_ipsec.c50 #include <net/route.h>
360 struct route *ro;
370 * find the correct route for outer IPv4
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_addr.c53 #include <net/route.h>
167 struct route iproute;
191 struct route iproute;
/freebsd-9.3-release/sys/dev/iicbus/
H A Dif_ic.c52 #include <net/route.h>
103 struct route *);
355 struct route *ro)
/freebsd-9.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII.h49 #include <net/route.h>
/freebsd-9.3-release/contrib/traceroute/
H A Dfindsaddr-socket.c59 #include <net/route.h>
/freebsd-9.3-release/lib/libc/net/
H A Dgetifmaddrs.c43 #include <net/route.h>

Completed in 315 milliseconds

1234567891011>>