Searched refs:route (Results 176 - 200 of 393) sorted by relevance

1234567891011>>

/freebsd-13-stable/rescue/rescue/
H A DMakefile98 restore rcorder route savecore \
/freebsd-13-stable/sys/dev/mwl/
H A Dif_mwl_pci.c63 #include <net/route.h>
/freebsd-13-stable/contrib/netbsd-tests/net/config/
H A Dnetconfig.c41 #include <net/route.h>
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Difiter_sysctl.c30 #include <net/route.h>
/freebsd-13-stable/sys/gdb/
H A Dnetgdb.c40 * (netdump(4)), the network interface on the route to the proxy server must be
78 #include <net/route.h>
/freebsd-13-stable/sys/net/
H A Dif_lagg.h284 const struct sockaddr *, struct route *);
H A Droute.h31 * @(#)route.h 8.4 (Berkeley) 1/9/95
48 * Struct route consiste of a destination address,
49 * a route entry pointer, link-layer prepend data pointer along
52 struct route { struct
84 u_long rmx_expire; /* lifetime for route, e.g. redirect */
90 u_long rmx_pksent; /* packets sent using this route */
91 u_long rmx_weight; /* route weight */
92 u_long rmx_nhidx; /* route nexhop index */
107 /* default route weight */
112 * Keep a generation count of routing table, incremented on route additio
[all...]
H A Dif_fwsubr.c50 #include <net/route.h>
82 struct route *ro)
H A Dif_gif.c66 #include <net/route.h>
405 struct route *ro)
H A Dif_llatbl.c60 #include <net/route.h>
61 #include <net/route/route_ctl.h>
H A Dif_var.h60 * interfaces. These routines live in the files if.c and route.c
68 struct route; /* if_output */
372 struct route *);
566 #define IFA_ROUTE RTF_UP /* route installed */
567 #define IFA_RTSELF RTF_HOST /* loopback route to self installed */
/freebsd-13-stable/sys/net80211/
H A Dieee80211_acl.c57 #include <net/route.h>
/freebsd-13-stable/sys/dev/ral/
H A Dif_ral_pci.c43 #include <net/route.h>
/freebsd-13-stable/sys/security/mac_partition/
H A Dmac_partition.c59 #include <net/route.h>
/freebsd-13-stable/usr.sbin/ppp/
H A Darp.c33 #include <net/route.h>
/freebsd-13-stable/usr.sbin/wpa/ndis_events/
H A Dndis_events.c58 #include <net/route.h>
/freebsd-13-stable/sys/netinet6/
H A Dsend.c46 #include <net/route.h>
/freebsd-13-stable/usr.bin/systat/
H A Dnetcmds.c49 #include <net/route.h>
/freebsd-13-stable/contrib/bsnmp/snmp_mibII/
H A DmibII.c45 static int route; variable
1235 if ((sent = write(route, msg, msg->rtm_msglen)) == -1) {
1718 if ((route_fd = fd_select(route, route_input, NULL, module)) == NULL) {
1719 syslog(LOG_ERR, "fd_select(route): %m");
1772 if ((route = socket(PF_ROUTE, SOCK_RAW, AF_UNSPEC)) == -1) {
1779 (void)close(route);
1800 if (route != -1)
1801 (void)close(route);
/freebsd-13-stable/sys/netinet/
H A Dip_output.c70 #include <net/route.h>
71 #include <net/route/nhop.h>
214 const struct sockaddr_in *gw, struct route *ro, bool stamp_tag)
278 /* Check for route change invalidating send tags. */
295 rt_update_ro_flags(struct route *ro)
311 * If route ro is present and has ro_rt initialized, route lookup would be
313 * then result of route lookup is stored in ro->ro_rt.
319 ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro, int flags,
400 * Validate route agains
[all...]
H A Din_pcb.h48 #include <net/route.h>
320 rt_gen_t inp_rt_cookie; /* generation for route entry */
322 struct route inp_route;
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Drsocket.c1037 return (rs->cm_id->route.addr.src_addr.sa_family == AF_IB) ?
1151 rs->cm_id->route.addr.src_addr.sa_family = domain;
1297 &rs->cm_id->route.addr.dst_addr, to);
1625 memcpy(&rs->cm_id->route.addr.dst_addr, addr, addrlen);
3630 *((int *) optval) = (rs->cm_id && rs->cm_id->route.num_paths) ?
3631 1 << (7 + rs->cm_id->route.path_rec->mtu) :
3683 path_rec = rs->cm_id->route.path_rec;
3686 num_paths < rs->cm_id->route.num_paths) {
4097 if (id->route.path_rec->hop_limit > 1) {
4099 attr.grh.dgid = id->route
[all...]
/freebsd-13-stable/contrib/netbsd-tests/net/net/
H A Dt_forwarding.sh94 atf_check -s exit:0 -o ignore rump.route add -inet6 default ${gw}
97 atf_check -s exit:0 -o ignore rump.route add default ${gw}
/freebsd-13-stable/tests/sys/netpfil/pf/
H A Dkillstate.sh324 atf_set descr 'Test killing states by route-to/reply-to address'
415 jexec singsing route add default 198.51.100.1
419 route add 198.51.100.0/24 192.0.2.2
/freebsd-13-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c25 #include <net/route.h>

Completed in 166 milliseconds

1234567891011>>