Searched refs:route (Results 251 - 275 of 368) sorted by relevance

<<1112131415

/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Diptests.c82 # include <net/route.h>
85 # include <net/route.h> /* in this file :-/ */
/freebsd-9.3-release/sys/net/
H A Dif_ethersubr.c56 #include <net/route.h>
160 struct sockaddr *dst, struct route *ro)
H A Dif_lagg.c101 struct sockaddr *, struct route *);
822 struct sockaddr *dst, struct route *ro)
/freebsd-9.3-release/sys/netinet6/
H A Dnd6_nbr.c59 #include <net/route.h>
251 rtalloc_mpath_fib((struct route *)&ro, RTF_ANNOUNCE,
598 /* We don't cache this route. */
1123 /* We don't cache this route. */
H A Dnd6.c61 #include <net/route.h>
587 * ND6 timer routine to expire default route list and prefix list
933 * where RADIX_MPATH is enabled, multiple route
1215 * check for default route
2125 struct sockaddr_in6 *dst, struct route *ro)
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c91 struct sockaddr *dst, struct route *ro);
1257 struct sockaddr *dst, struct route *ro)
/freebsd-9.3-release/sys/netinet/
H A Dtcp_output.c54 #include <net/route.h>
1269 struct route ro;
H A Dip_carp.c66 #include <net/route.h>
223 struct route *);
2095 struct route *ro)
H A Din_pcb.c71 #include <net/route.h>
706 struct route sro;
727 * If route is known our src addr is taken from the i/f,
730 * Find out route to destination.
736 * If we found a route, use the address corresponding to
789 * If the outgoing interface on the route found is not
847 * The outgoing interface is marked with 'loopback net', so a route
H A Dtcp_subr.c63 #include <net/route.h>
1390 * in the route to the suggested new
1415 * or route MTU. tcp_mtudisc()
1711 * Look-up the routing entry to the peer of this inpcb. If no route
1719 struct route sro;
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c99 #include <net/route.h>
2503 struct route ro;
3194 struct route ro;
3237 rtalloc_noclone((struct route *)&ro6, NO_CLONING);
5743 struct route ro;
5805 in_rtalloc_ign((struct route *)&ro, 0, rtableid);
5809 rtalloc_ign((struct route *)&ro, 0); /* No/default FIB. */
5813 rtalloc_noclone((struct route *)&ro, NO_CLONING);
5817 /* No interface given, this is a no-route check */
5865 struct route r
[all...]
/freebsd-9.3-release/sys/dev/usb/controller/
H A Dxhci.c1391 /* Un-route all ports from the XHCI */
2414 uint32_t route; local
2431 route = 0;
2433 /* figure out route string and root HUB port number */
2456 route |= rh_port << (4 * (depth - 1));
2459 DPRINTF("Route=0x%08x\n", route);
2461 temp = XHCI_SCTX_0_ROUTE_SET(route) |
/freebsd-9.3-release/etc/
H A Dnetwork.subr1586 # Get the interface of the default route for the given address family.
1587 # The -address_family argument must be suitable passing to route(8).
1596 for line in `route -n get $1 default 2>/dev/null`; do
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c61 #include <net/route.h>
279 struct route iproute;
1339 /* find a route */
1345 printf("%s - cannot find route.\n", __FUNCTION__);
/freebsd-9.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c56 #include <net/route.h>
70 #include <net/route.h>
/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_usie.c124 static int usie_if_output(struct ifnet *, struct mbuf *, struct sockaddr *, struct route *);
1185 struct route *ro)
H A Duhso.c473 struct route *);
1886 struct route *ro)
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c70 #include <net/route.h>
147 sin = (struct sockaddr_in *)&ssk->id->route.addr.src_addr;
/freebsd-9.3-release/usr.sbin/ppp/
H A Dipcp.c38 #include <net/route.h>
96 #include "route.h"
702 route_Change(bundle, bundle->ncp.route, &myncpaddr, &hisncpaddr);
/freebsd-9.3-release/contrib/dialog/samples/copifuncs/
H A Dcopi.funcs107 /sbin/route add -net 127.0.0.0
/freebsd-9.3-release/sbin/ifconfig/
H A Difconfig.c56 #include <net/route.h>
/freebsd-9.3-release/sbin/ipfw/
H A Dnat.c43 #include <net/route.h> /* def. of struct route */
/freebsd-9.3-release/sbin/setkey/
H A Dparse.y38 #include <net/route.h>
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_auth.c69 #include <net/route.h>
H A Dip_proxy.c73 #include <net/route.h>

Completed in 395 milliseconds

<<1112131415