Home
last modified time | relevance | path

Searched refs:route (Results 1 – 25 of 118) sorted by relevance

12345

/f-stack/tools/compat/
H A Drtioctl.c98 msg->route.fib = rt_sofib; in rtioctl()
99 msg->route.len = len; in rtioctl()
100 msg->route.maxlen = maxlen; in rtioctl()
101 msg->route.data = msg->buf_addr; in rtioctl()
102 memcpy(msg->route.data, data, len); in rtioctl()
124 ret = retmsg->route.len; in rtioctl()
127 memcpy(data, retmsg->route.data, retmsg->route.len); in rtioctl()
/f-stack/tools/route/tests/
H A Dbasic.sh48 jexec alcatraz route add 192.0.2.3 192.0.2.2
56 jexec alcatraz route change 192.0.2.3 192.0.2.4
64 jexec alcatraz route delete 192.0.2.3
93 jexec alcatraz route add -6 2001:db8:cc4b::3 2001:db8:cc4b::1
101 jexec alcatraz route change -6 2001:db8:cc4b::3 2001:db8:cc4b::4
108 jexec alcatraz route -6 delete 2001:db8:cc4b::3
H A Dutils.subr40 …query=".statistics.\"route-information\".\"route-table\".\"rt-family\"[0].\"rt-entry\"[]|select(.d…
/f-stack/tools/route/
H A DMakefile7 PROG= route
8 MAN= route.8
9 SRCS= route.c keywords.h
/f-stack/tools/
H A DREADME.md67 # route chapter
74 Add a default route:
76 ./sbin/route -p 0 add -net 0.0.0.0/0 192.168.1.1
80 ./sbin/route -p 0 add default 192.168.1.1
85 ./sbin/route -p 0 add -net 172.16.10.0/24 172.16.1.1
92 Display the route for a destination network:
94 ./sbin/route -p 0 show 172.16.10.0
95 ./sbin/route -p 0 -6 show ::/0
97 Delete a static route from the routing table:
103 ./sbin/route -p 0 flush
[all …]
H A D.gitignore3 route/keywords.h
6 route/keywords.h
H A DMakefile1 SUBDIRS=compat libutil libmemstat libxo libnetgraph sysctl ifconfig route top netstat ngctl ipfw ar…
20 ln -sf ${PREFIX_BIN}/f-stack/route ${PREFIX_BIN}/ff_route
/f-stack/tools/libxo/doc/
H A Dxo.rst184 % xo --libxo:XP --instance foo 'The {:product} is {:status}\n' stereo "in route"
187 <status>in route</status>
227 % xo 'The {:product} is {:status}\n' stereo "in route"
228 The stereo is in route
229 % xo -p -X 'The {:product} is {:status}\n' stereo "in route"
231 <status>in route</status>
232 % xo --libxo xml,pretty 'The {:product} is {:status}\n' stereo "in route"
234 <status>in route</status>
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_frag.rst82 Skipping disabled port 3IP_FRAG: Socket 0: adding route 100.10.0.0/16 (port 0)
83 IP_FRAG: Socket 0: adding route 100.20.0.0/16 (port 1)
85 IP_FRAG: Socket 0: adding route 0101:0101:0101:0101:0101:0101:0101:0101/48 (port 0)
86 IP_FRAG: Socket 0: adding route 0201:0101:0101:0101:0101:0101:0101:0101/48 (port 1)
H A Dl3_forward_access_ctrl.rst31 while this application uses the ACL library to perform both ACL and route entry lookup.
85 …It can be the forwarding port number if the rule is a route table entry or it can be a pointer to …
92 The application needs to acquire ACL and route rules before it runs.
94 To simplify the complexity of the priority field for each rule, all ACL and route entries are assum…
160 This is something like a default route entry.
216 …If a route rule is matched, it indicates the packet is not in the ACL list and should be forwarded.
251 * --rule_ipv4 FILENAME: Specifies the IPv4 ACL and route rules file
253 * --rule_ipv6 FILENAME: Specifies the IPv6 ACL and route rules file
312 As described earlier, both ACL and route rules are assumed to be saved in the same file.
319 while route rules save the forwarding port number.
/f-stack/freebsd/net/
H A Dif_disc.c71 const struct sockaddr *, struct route *);
178 struct route *ro) in discoutput()
H A Dethernet.h430 struct route;
442 const struct sockaddr *, struct route *);
H A Dif_gif.h108 struct route *);
/f-stack/freebsd/netinet/
H A Dip_options.h43 struct in_addr route[MAX_IPOPTLEN/sizeof(struct in_addr)]; member
H A Dip_var.h179 struct route;
224 struct mbuf *, struct route *, int, struct ip_moptions *,
/f-stack/doc/
H A DLaunch_F-Stack_on_AWS_EC2_in_one_minute.md37 export mygw=`route -n | grep 0.0.0.0 | grep eth0 | grep UG | awk -F ' ' '{print $2}'`
43 #export mygw=`route -n | grep 0.0.0.0 | grep eth0 | grep UG | awk -F ' ' '{print $2}'
93 route add -net 0.0.0.0 gw ${mygw} dev veth0
/f-stack/tools/compat/include/netinet/
H A Dip_var.h179 struct route;
224 struct mbuf *, struct route *, int, struct ip_moptions *,
/f-stack/dpdk/usertools/
H A Ddpdk-devbind.py207 route = subprocess.check_output(["ip", "-o", "route"])
209 route = "\n".join(filter(lambda ln: not ln.startswith("169.254"),
210 route.decode().splitlines()))
211 rt_info = route.split()
/f-stack/freebsd/contrib/device-tree/Bindings/net/ieee802154/
H A Dca8210.txt12 - extclock-enable: Include for the ca8210 to route its 16MHz clock
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dts3a227e.txt5 switches automatically to route the microphone correctly. It also
/f-stack/lib/
H A Dff_msg.h146 struct ff_route_args route; member
/f-stack/freebsd/netpfil/pf/
H A Dif_pflog.c90 const struct sockaddr *, struct route *);
179 struct route *rt) in pflogoutput()
/f-stack/tools/netstat/
H A DMakefile5 SRCS= if.c inet.c main.c mbuf.c mroute.c netisr.c nl_symbols.c route.c \
/f-stack/dpdk/doc/guides/platform/
H A Dbluefield.rst78 - libnl-route-3
98 cp -a /lib64/libnl-route-3* lib64/
/f-stack/tools/compat/include/net/
H A Dethernet.h430 struct route;
442 const struct sockaddr *, struct route *);

12345