Searched refs:route (Results 1 - 25 of 362) sorted by relevance

1234567891011>>

/freebsd-10-stable/etc/rc.d/
H A Dstf22 # assign IPv6 addr and interface route for 6to4 interface
59 route add -inet6 2002:e000:: -prefixlen 20 ::1 -reject
60 route add -inet6 2002:7f00:: -prefixlen 24 ::1 -reject
61 route add -inet6 2002:0000:: -prefixlen 24 ::1 -reject
62 route add -inet6 2002:ff00:: -prefixlen 24 ::1 -reject
71 route delete -inet6 2002:e000:: -prefixlen 20 ::1
72 route delete -inet6 2002:7f00:: -prefixlen 24 ::1
73 route delete -inet6 2002:0000:: -prefixlen 24 ::1
74 route delete -inet6 2002:ff00:: -prefixlen 24 ::1
H A Dfaith38 route add -inet6 ${prefix} -prefixlen ${prefixlen} ::1
39 route change -inet6 ${prefix} -prefixlen ${prefixlen} \
68 route delete -inet6 ${prefix} -prefixlen ${prefixlen}
/freebsd-10-stable/sbin/route/
H A DMakefile6 PROG= route
7 MAN= route.8
8 SRCS= route.c keywords.h
/freebsd-10-stable/contrib/netbsd-tests/sbin/route/
H A Dt_missing.sh33 atf_set "descr" "Check route(8) with a missing argument (PR bin/42179)"
39 -e not-inline:"route: writing to routing socket: Invalid argument\n" \
40 route -n get
/freebsd-10-stable/sys/net/
H A Dradix_mpath.h44 struct route;
53 void rtalloc_mpath_fib(struct route *, u_int32_t, u_int);
H A Dflowtable.h50 * and return it in the route.
52 int flowtable_lookup(sa_family_t, struct mbuf *, struct route *);
/freebsd-10-stable/contrib/netbsd-tests/net/route/
H A Dt_change.sh39 atf_set "descr" "Change a reject route to blackhole"
49 rump.route add 207.46.197.32 127.0.0.1 -reject
51 "rump.route -n show -inet | grep ^207.46"
53 rump.route change 207.46.197.32 127.0.0.1 -blackhole
68 atf_set "descr" "Change the gateway of a route"
82 rump.route add -net 192.168.0.0/24 10.0.0.1
84 "rump.route -n show -inet | grep ^192.168"
86 rump.route change -net 192.168.0.0/24 10.0.0.254
88 "rump.route -n show -inet | grep ^192.168"
101 atf_set "descr" "Change the ifa (local address) of a route"
[all...]
H A Dt_flags6.sh98 atf_check -s exit:0 -o ignore rump.route add -inet6 default $IP6_PEER
110 # Static route to host
112 rump.route add -inet6 fc00::1:1 $IP6_PEER
118 # Static route to network
120 rump.route add -inet6 -net fc00::/24 $IP6_PEER
134 # Delete an existing route first
136 rump.route delete -inet6 -net fc00::/64
140 rump.route add -inet6 -net fc00::/64 ::1 -blackhole
159 # Delete an existing route first
161 rump.route delet
[all...]
H A Dt_flags.sh115 atf_check -s exit:0 -o ignore rump.route add default 10.0.0.1
127 # Static route to host
128 atf_check -s exit:0 -o ignore rump.route add 10.0.1.1 10.0.0.1
134 # Static route to network
135 atf_check -s exit:0 -o ignore rump.route add -net 10.0.2.0/24 10.0.0.1
149 # Delete an existing route first
150 atf_check -s exit:0 -o ignore rump.route delete -net 10.0.0.0/24
154 rump.route add -net 10.0.0.0/24 127.0.0.1 -blackhole
173 # Delete an existing route first
174 atf_check -s exit:0 -o ignore rump.route delet
[all...]
H A Dt_route.sh74 rump.route add -net 10.0.0.1/32 -link -cloning -iface shmif0
86 # Don't know a route to the gateway yet
88 -e match:'No route to host' rump.ping $PING_OPTS 192.168.0.1
90 # Teach a route to the gateway
92 rump.route add -net 192.168.0.1/32 -link -cloning -iface shmif0
94 rump.route add default -ifa 10.0.0.1 192.168.0.1
116 atf_set "descr" "tests of route get command"
123 atf_set "descr" "tests of route get command (IPv6)"
139 atf_check -s exit:0 -o ignore rump.route add -inet6 default ${gw}
142 atf_check -s exit:0 -o ignore rump.route ad
[all...]
/freebsd-10-stable/contrib/hyperv/tools/scripts/
H A Dhv_set_ifconfig56 route flush
57 route add default $GATEWAY
58 #route change default $GATEWAY
/freebsd-10-stable/contrib/ofed/librdmacm/include/rdma/
H A Drdma_cma.h114 struct rdma_route route; member in struct:rdma_cm_id
263 * rdma_resolve_route - Resolve the route information needed to establish a connection.
267 * Resolves an RDMA route to the destination address in order to establish
322 * Users must have resolved a route to the destination address
491 return id->route.addr.src_addr.sa_family == PF_INET6 ?
492 ((struct sockaddr_in6 *) &id->route.addr.src_addr)->sin6_port :
493 ((struct sockaddr_in *) &id->route.addr.src_addr)->sin_port;
498 return id->route.addr.dst_addr.sa_family == PF_INET6 ?
499 ((struct sockaddr_in6 *) &id->route.addr.dst_addr)->sin6_port :
500 ((struct sockaddr_in *) &id->route
[all...]
/freebsd-10-stable/release/picobsd/floppy.tree/sbin/
H A Ddhclient-script76 #route delete $alias_ip_address $LOCALHOST > /dev/null 2>&1
84 #route add $alias_ip_address $LOCALHOST
92 route="default"
94 route="$2.0.0.0/$1"
97 route="$2.$3.0.0/$1"
100 route="$2.$3.$4.0/$1"
103 route="$2.$3.$4.$5/$1"
108 classless_routes="$classless_routes $route $router"
114 #route delete "$old_ip_address" $LOCALHOST >/dev/null 2>&1
119 route delet
[all...]
/freebsd-10-stable/sbin/dhclient/
H A Ddhclient-script76 #route delete $alias_ip_address $LOCALHOST > /dev/null 2>&1
84 #route add $alias_ip_address $LOCALHOST
92 route="default"
94 route="$2.0.0.0/$1"
97 route="$2.$3.0.0/$1"
100 route="$2.$3.$4.0/$1"
103 route="$2.$3.$4.$5/$1"
108 classless_routes="$classless_routes $route $router"
114 #route delete "$old_ip_address" $LOCALHOST >/dev/null 2>&1
119 route delet
[all...]
/freebsd-10-stable/sys/netatalk/
H A Dat_extern.h42 struct route;
63 int ddp_route(struct mbuf *m, struct route *ro);
H A Dddp_var.h34 struct route ddp_route;
/freebsd-10-stable/tools/bsdbox/
H A DMakefile.net7 CRUNCH_PROGS_sbin+= route ping
/freebsd-10-stable/tools/tools/net80211/scripts/
H A Dsetup.local13 route flush
/freebsd-10-stable/usr.sbin/pc-sysinstall/backend-query/
H A Denable-net.sh80 # Check if we have a default route already to not overwrite.
81 if ! route -n get -inet6 default > /dev/null 2>&1 ; then
82 route add -inet6 default ${IPV6GATE}
104 route add -inet default ${GATE}
107 route add -inet6 default ${IPV6GATE}
/freebsd-10-stable/contrib/netbsd-tests/net/icmp/
H A Dt_icmp6_redirect.sh53 atf_set "require.progs" "rump_server rump.route rump.ping rump.ifconfig"
92 atf_check -s exit:0 -o ignore rump.route add \
102 atf_check -s exit:0 -o ignore rump.route add \
116 atf_check -s exit:0 -o ignore rump.route add \
118 $DEBUG && rump.route get -inet6 ${IP6IF0_PEER}
127 $DEBUG && rump.route show -inet6
128 # Check if a created route is correctly redirected to gateway #1
129 atf_check -s exit:0 -o match:"gateway: ${gw1_lladdr0}" rump.route get \
133 $DEBUG && rump.route show -inet6
134 # Check if the created route i
[all...]
/freebsd-10-stable/usr.sbin/IPXrouted/
H A Dtrace.h78 #define TRACE_ACTION(action, route) { \
80 traceaction(ftrace, "action", route); \
81 traceactionlog(action, route); \
/freebsd-10-stable/sys/netinet/
H A Dip_options.h41 struct in_addr route[MAX_IPOPTLEN/sizeof(struct in_addr)]; member in struct:ipoptrt
/freebsd-10-stable/etc/
H A Dpccard_ether23 # Add default route into $static_routes
33 # Add private route for this interface into $static_routes
43 route add ${route_args}
50 # Delete static route if specified
55 route delete ${route_args}
83 # Do route configuration if needed.
/freebsd-10-stable/share/examples/netgraph/
H A Dudp.tunnel50 # Add a route to the peer's interior network via the tunnel
52 route add ${REM_INSIDE_NET} ${REM_INTERIOR_IP}
/freebsd-10-stable/sys/netipx/
H A Dipx_var.h80 u_long ipxs_noroute; /* packets discarded due to no route */
108 struct route;
121 int ipx_outputfl(struct mbuf *m0, struct route *ro, int flags);

Completed in 313 milliseconds

1234567891011>>