| /f-stack/tools/compat/ |
| H A D | rtioctl.c | 98 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 D | basic.sh | 48 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 D | utils.subr | 40 …query=".statistics.\"route-information\".\"route-table\".\"rt-family\"[0].\"rt-entry\"[]|select(.d…
|
| /f-stack/tools/route/ |
| H A D | Makefile | 7 PROG= route 8 MAN= route.8 9 SRCS= route.c keywords.h
|
| /f-stack/tools/ |
| H A D | README.md | 67 # 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 | .gitignore | 3 route/keywords.h 6 route/keywords.h
|
| H A D | Makefile | 1 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 D | xo.rst | 184 % 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 D | ip_frag.rst | 82 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 D | l3_forward_access_ctrl.rst | 31 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 D | if_disc.c | 71 const struct sockaddr *, struct route *); 178 struct route *ro) in discoutput()
|
| H A D | ethernet.h | 430 struct route; 442 const struct sockaddr *, struct route *);
|
| H A D | if_gif.h | 108 struct route *);
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_options.h | 43 struct in_addr route[MAX_IPOPTLEN/sizeof(struct in_addr)]; member
|
| H A D | ip_var.h | 179 struct route; 224 struct mbuf *, struct route *, int, struct ip_moptions *,
|
| /f-stack/doc/ |
| H A D | Launch_F-Stack_on_AWS_EC2_in_one_minute.md | 37 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 D | ip_var.h | 179 struct route; 224 struct mbuf *, struct route *, int, struct ip_moptions *,
|
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-devbind.py | 207 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 D | ca8210.txt | 12 - extclock-enable: Include for the ca8210 to route its 16MHz clock
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | ts3a227e.txt | 5 switches automatically to route the microphone correctly. It also
|
| /f-stack/lib/ |
| H A D | ff_msg.h | 146 struct ff_route_args route; member
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | if_pflog.c | 90 const struct sockaddr *, struct route *); 179 struct route *rt) in pflogoutput()
|
| /f-stack/tools/netstat/ |
| H A D | Makefile | 5 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 D | bluefield.rst | 78 - libnl-route-3 98 cp -a /lib64/libnl-route-3* lib64/
|
| /f-stack/tools/compat/include/net/ |
| H A D | ethernet.h | 430 struct route; 442 const struct sockaddr *, struct route *);
|