Searched refs:route (Results 201 - 225 of 393) sorted by relevance

1234567891011>>

/freebsd-13-stable/lib/libc/net/
H A Dgetifaddrs.c44 #include <net/route.h>
/freebsd-13-stable/sbin/dhclient/
H A Ddhcpd.h57 #include <net/route.h>
/freebsd-13-stable/sbin/ifconfig/
H A Diflagg.c21 #include <net/route.h>
H A Difmedia.c77 #include <net/route.h>
/freebsd-13-stable/contrib/ipfilter/ipsend/
H A Dsock.c61 # include <net/route.h>
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.cpp27 #include <net/route.h>
/freebsd-13-stable/sys/net80211/
H A Dieee80211_proto.h98 const struct sockaddr *, struct route *ro);
/freebsd-13-stable/sys/netgraph/
H A Dng_gif.c83 #include <net/route.h>
/freebsd-13-stable/sys/netinet/
H A Dif_ether.c65 #include <net/route.h>
66 #include <net/route/nhop.h>
369 struct route ro;
808 struct route ro;
H A Din_proto.c63 #include <net/route.h>
H A Dip_icmp.c54 #include <net/route.h>
55 #include <net/route/route_ctl.h>
56 #include <net/route/nhop.h>
136 "Delay in seconds before expiring redirect route");
708 * icmpsrc: route destination
709 * icmpdst: route gateway
849 * When we don't have a route back to the packet source, stop here
873 * add on any record-route or timestamp options.
976 /* If host route already exists, ignore redirect. */
H A Dip_input.c65 #include <net/route.h>
66 #include <net/route/nhop.h>
950 * via a source route.
960 struct route ro;
1045 * Also, don't send redirect if forwarding using a default route
1046 * or a route modified by a redirect.
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dmixer.c381 * @brief Retrieve the route number of the current recording device
399 mixer_get_recroute(struct snd_mixer *m, int *route) argument
416 *route = cnt;
434 mixer_set_recroute(struct snd_mixer *m, int route) argument
443 if (route == cnt)
/freebsd-13-stable/usr.sbin/rtsold/
H A Dif.c45 #include <net/route.h>
/freebsd-13-stable/usr.sbin/wpa/wpa_supplicant/
H A DPacket32.c58 #include <net/route.h>
/freebsd-13-stable/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c34 * Code liberaly swiped from route(8).
44 #include <net/route.h>
/freebsd-13-stable/usr.bin/netstat/
H A Dmroute.c63 #include <net/route.h>
302 xo_emit(" {:vif/%2u} {:threshold/%6u} {:route/%-15.15s}",
442 "{N:/datagram%s with no route for origin}\n");
/freebsd-13-stable/sys/net/
H A Dif_gre.c67 #include <net/route.h>
117 const struct sockaddr *, struct route *);
609 struct route *ro)
H A Dif_ipsec.c58 #include <net/route.h>
180 const struct sockaddr *, struct route *);
445 struct route *ro)
H A Dif_vxlan.c64 #include <net/route.h>
65 #include <net/route/nhop.h>
2484 struct route route, *ro; local
2524 * up the ifnet for the outbound route and verify that the
2528 bzero(&route, sizeof(route));
2529 ro = &route;
2596 struct route_in6 route, *ro; local
2636 * up the ifnet for the outbound route an
[all...]
H A Drtsock.c64 #include <net/route.h>
65 #include <net/route/route_ctl.h>
66 #include <net/route/route_var.h>
77 #include <net/route/nhop.h>
169 SYSCTL_NODE(_net, OID_AUTO, route, CTLFLAG_RD | CTLFLAG_MPSAFE, 0, "");
239 if (TUNABLE_INT_FETCH("net.route.netisr_maxqlen", &tmp))
668 * For example, issuing a "route change" command on a route
688 * A host route through the loopback interface is
693 * signature of this interface address route i
2703 VNET_DOMAIN_SET(route); variable
[all...]
H A Dif_ethersubr.c64 #include <net/route.h>
201 const struct sockaddr *dst, struct route *ro, u_char *phdr,
281 const struct sockaddr *dst, struct route *ro)
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_path_record.c248 /* update valid SLs that still exist on this route */
1245 osm_prefix_route_t *route = NULL; local
1256 route = r;
1260 if (!route)
1263 if (route->guid == 0) /* first router */
1267 route->guid);
H A Dosm_subnet.c1709 osm_prefix_route_t *route; local
1711 route = malloc(sizeof *route);
1712 if (! route) {
1717 route->prefix = cl_hton64(prefix);
1718 route->guid = cl_hton64(guid);
1719 cl_qlist_insert_tail(&p_subn->prefix_routes_list, &route->list_item);
/freebsd-13-stable/sys/net/route/
H A Dfib_algo.c65 #include <net/route.h>
66 #include <net/route/nhop.h>
67 #include <net/route/route_ctl.h>
68 #include <net/route/route_var.h>
69 #include <net/route/fib_algo.h>
782 * There is a small gap between subscribing for route changes
783 * and initiating rtable dump. Avoid receiving route changes
952 * route table synchronisation.
1946 * Called when new route table is created.

Completed in 201 milliseconds

1234567891011>>