Searched refs:route (Results 326 - 347 of 347) sorted by relevance

<<11121314

/freebsd-10.3-release/lib/libprocstat/
H A Dlibprocstat.c81 #include <net/route.h>
/freebsd-10.3-release/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c45 #include <net/route.h>
/freebsd-10.3-release/sbin/ping6/
H A Dping6.c110 #include <net/route.h>
154 #define NROUTES 9 /* number of record route slots */
/freebsd-10.3-release/sys/dev/hatm/
H A Dif_hatm.c66 #include <net/route.h>
/freebsd-10.3-release/sys/net/
H A Dif.c73 #include <net/route.h>
1448 * to delete all route entries referencing a detaching network interface.
2035 * Default action when installing a route with a Link Level gateway.
H A Dif_bridge.c133 #include <net/route.h>
136 * Size of the route hash table. Must be a power of two.
159 * Number of seconds between walks of the route list.
190 * Bridge route node.
2584 * A route for this destination might already exist. If so,
2792 * Initialize the route table for this bridge.
2812 * Deconstruct the route table for this bridge.
2874 * Look up a bridge route node for the specified destination. Compare the
2901 * Insert the specified bridge node into the route table. We
/freebsd-10.3-release/sys/netinet/
H A Dip_mroute.c100 #include <net/route.h>
378 * Find a route for a given origin IP address and multicast group address.
1237 * Packet arrived through a source-route tunnel.
1238 * Source-route tunnels are no longer supported.
1278 * If we don't have a route for packet's origin,
1352 * a route into the kernel table
H A Dtcp_input.c80 #include <net/route.h>
3501 * for now (a route might have failed after we sent a segment,
3509 * If the route is known, check route for mtu.
3511 * without forcing IP to fragment. If no route is found, route has no mtu,
3574 * No route to sender, stay with default mss and return.
/freebsd-10.3-release/sys/netinet6/
H A Dicmp6.c90 #include <net/route.h>
2339 /* XXX if we are router, we don't update route by icmp6 redirect */
2393 "ICMP6 redirect rejected; no route "
2413 "no route found for redirect dst: %s\n",
2491 /* finally update cached route in each socket via pfctlinput */
H A Din6.c87 #include <net/route.h>
290 * XXX mrt_ioctl has a 3rd, unused, FIB argument in route.c.
690 * interface route, so we configure the address first.
702 /* we don't need to install a host route. */
728 * interface route.
976 /* XXX: again, do we really need the route? */
1208 "a route to the old destination: %s\n",
1397 * remove the multicast address route.
1415 * Replace the gateway of the route.
1439 * remove the multicast address route
[all...]
H A Dmld6.c85 #include <net/route.h>
/freebsd-10.3-release/usr.sbin/ppp/
H A Dbundle.c34 #include <net/route.h>
74 #include "route.h"
/freebsd-10.3-release/sys/dev/lmc/
H A Dif_lmc.c117 # include <net/route.h>
4589 const struct sockaddr *dst, struct route *ro)
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_io.c59 # include <net/route.h>
/freebsd-10.3-release/sys/dev/if_ndis/
H A Dif_ndis.c60 #include <net/route.h>
/freebsd-10.3-release/sys/dev/fatm/
H A Dif_fatm.c62 #include <net/route.h>
/freebsd-10.3-release/sys/kern/
H A Duipc_socket.c130 #include <net/route.h>
/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c70 #include <net/route.h>
4084 /* route aedvertisement/solliciation is currently unsupported: */
/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf_ioctl.c66 #include <net/route.h>
/freebsd-10.3-release/usr.sbin/route6d/
H A Droute6d.c67 #include <net/route.h>
152 * be a significant problem when we have to support route aggregation with
164 time_t rrt_t; /* when the route validated */
165 int rrt_index; /* ifindex from which this route got */
179 unsigned long routetag = 0; /* route tag attached on originating case */
318 fatal("invalid route tag");
575 * 1. age out the learned route. remove it if necessary.
717 fatal("route socket");
833 /* Put the route to the buffer */
856 /* -T: generate default route onl
[all...]
/freebsd-10.3-release/sbin/ifconfig/
H A Difieee80211.c71 #include <net/route.h>
/freebsd-10.3-release/contrib/ntp/
H A Dconfigure25865 for ac_header in net/route.h
25867 ac_fn_c_check_header_compile "$LINENO" "net/route.h" "ac_cv_header_net_route_h" "
26660 #include <net/route.h>

Completed in 501 milliseconds

<<11121314