Searched refs:route (Results 276 - 300 of 393) sorted by relevance

<<111213141516

/freebsd-13-stable/usr.sbin/rtsold/
H A Drtsol.c46 #include <net/route.h>
/freebsd-13-stable/usr.sbin/rwhod/
H A Drwhod.c60 #include <net/route.h>
636 quit("route-sysctl-estimate");
/freebsd-13-stable/sys/netinet/
H A Dtcp_hostcache.c43 * the routing entry, and protocol-initiated route cloning has been removed
88 #include <net/route.h>
H A Dtcp_timewait.c60 #include <net/route.h>
/freebsd-13-stable/sys/netinet6/
H A Din6_ifattach.c54 #include <net/route.h>
H A Din6_proto.c91 #include <net/route.h>
562 "Delay in seconds before expiring redirect route");
580 "Create a loopback route when configuring an IPv6 address");
H A Dip6_output.c99 #include <net/route.h>
100 #include <net/route/nhop.h>
388 error = nd6_output_ifp(ifp, origifp, m, dst, (struct route *)ro);
391 /* Check for route change invalidating send tags. */
413 * If route_in6 ro is present and has ro_nh initialized, route lookup would be
415 * then result of route lookup is stored in ro->ro_nh.
684 * Validate route against routing table changes.
685 * Make sure that the address family is set in route.
693 NH_VALIDATE((struct route *)ro, &inp->inp_rt_cookie,
755 /* We do not need a route looku
[all...]
H A Din6_pcb.c100 #include <net/route.h>
101 #include <net/route/nhop.h>
667 * and use in6_rtchange to invalidate the route cache.
881 * routing information. If the route was created dynamically
H A Dicmp6.c95 #include <net/route.h>
96 #include <net/route/route_ctl.h>
97 #include <net/route/nhop.h>
2219 /* XXX if we are router, we don't update route by icmp6 redirect */
2281 "ICMP6 redirect rejected; no route "
2304 "no route found for redirect dst: %s\n",
2362 * Install a gateway route in the better-router case or an interface
2363 * route in the on-link-destination case.
2395 /* finally update cached route in each socket via pfctlinput */
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_pfil.c52 #include <net/route.h>
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64clat_control.c51 #include <net/route.h>
H A Dnat64stl_control.c53 #include <net/route.h>
/freebsd-13-stable/sys/netsmb/
H A Dsmb_trantcp.c50 #include <net/route.h>
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h64 #include <net/route.h>
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h31 #include <net/route.h>
/freebsd-13-stable/usr.bin/netstat/
H A Dinet6.c50 #include <net/route.h>
412 p(ip6s_noroute, "\t{:discard-no-route/%ju} "
413 "{N:/output packet%s discarded due to no route}\n");
643 p(ifs6_in_noroute, "\t{:dropped-no-route/%ju} "
644 "{N:/datagram%s with no route received}\n");
1016 p_5(icp6s_odst_unreach_noroute, "\t\t{:no-route/%ju} "
1017 "{N:/no route}\n");
H A Droute.c34 static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95";
52 #include <net/route.h>
141 xo_open_container("route-information");
147 xo_close_container("route-information");
257 err(EX_OSERR, "sysctl: net.route.0.%d.dump.%d estimate", af,
262 err(1, "sysctl: net.route.0.%d.dump.%d", af, fibnum);
264 xo_open_container("route-table");
303 xo_close_container("route-table");
440 /* Interface route. */
717 "{N:/dynamically created route
[all...]
/freebsd-13-stable/usr.bin/systat/
H A Dnetstat.c52 #include <net/route.h>
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c19 #include <netlink/route/link.h>
20 #include <netlink/route/link/macsec.h>
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c46 #include <net/route.h>
47 #include <net/route/nhop.h>
/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhci.c1478 /* Un-route all ports from the XHCI */
2560 uint32_t route; local
2577 route = 0;
2579 /* figure out route string and root HUB port number */
2601 route |= rh_port << (4 * (depth - 1));
2604 DPRINTF("Route=0x%08x\n", route);
2606 temp = XHCI_SCTX_0_ROUTE_SET(route) |
/freebsd-13-stable/sys/net/
H A Dif_lagg.c56 #include <net/route.h>
136 const struct sockaddr *, struct route *);
1135 const struct sockaddr *dst, struct route *ro)
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c53 #include <net/route.h>
54 #include <net/route/nhop.h>
1092 /* no need for route lookup */
/freebsd-13-stable/sys/kern/
H A Duipc_ktls.c64 #include <net/route.h>
65 #include <net/route/nhop.h>
815 * XXX: Use the cached route in the inpcb to find the
819 * userland, the cached route will be present in practice.
1278 * ip_output detects a route change while trying to transmit a packet
/freebsd-13-stable/sys/dev/usb/net/
H A Dif_usie.c133 const struct sockaddr *, struct route *);
1195 struct route *ro)

Completed in 343 milliseconds

<<111213141516