| /f-stack/tools/route/tests/ |
| H A D | basic.sh | 49 gateway=$(check_route "alcatraz" "192.0.2.3") 51 if [ "${gateway}" != "192.0.2.2" ]; then 57 gateway=$(check_route "alcatraz" "192.0.2.3") 59 if [ "${gateway}" != "192.0.2.4" ]; then 65 gateway=$(check_route "alcatraz" "192.0.2.3") 67 if [ "${gateway}" != "" ]; then 94 gateway=$(check_route "alcatraz" "2001:db8:cc4b::3") 96 if [ "${gateway}" != "2001:db8:cc4b::1" ]; then 102 gateway=$(check_route "alcatraz" "2001:db8:cc4b::3") 103 if [ "${gateway}" != "2001:db8:cc4b::4" ]; then [all …]
|
| H A D | utils.subr | 43 gateway=$(echo $result | jq -r ${query}.gateway) 45 echo ${gateway}
|
| /f-stack/freebsd/net/ |
| H A D | route.c | 214 info.rti_info[RTAX_GATEWAY] = gateway; in rib_add_redirect() 239 info.rti_info[RTAX_GATEWAY] = gateway; in rib_add_redirect() 269 const struct sockaddr *gateway, u_int fibnum) in ifa_ifwithroute() argument 286 ifa = ifa_ifwithaddr(gateway); in ifa_ifwithroute() 293 ifa = ifa_ifwithdstaddr(gateway, fibnum); in ifa_ifwithroute() 296 ifa = ifa_ifwithnet(gateway, 0, fibnum); in ifa_ifwithroute() 300 nh = rib_lookup(fibnum, gateway, NHR_NONE, 0); in ifa_ifwithroute() 520 gateway = info->rti_info[RTAX_GATEWAY]; in rt_getifa_fib() 570 gateway->sa_family == dst->sa_family) in rt_getifa_fib() 571 sa = gateway; in rt_getifa_fib() [all …]
|
| /f-stack/tools/route/ |
| H A D | keywords | 16 gateway
|
| H A D | route.c | 881 const char *dest, *gateway, *errmsg; in newroute() local 887 gateway = NULL; in newroute() 997 gateway = *argv; in newroute() 1047 gateway = *argv; in newroute() 1088 if (gateway == NULL) in newroute() 1089 gateway = ""; in newroute() 1125 if (*gateway) in newroute() 1126 printf(": gateway %s", gateway); in newroute() 1153 if (*gateway) in newroute() 1154 printf(": gateway %s", gateway); in newroute()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mips/ |
| H A D | ralink.txt | 31 - compatible = "gardena,smart-gateway-mt7688", "ralink,mt7688a-soc",
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/bcm/ |
| H A D | brcm,nsp.yaml | 11 and management applications as well as residential router/gateway
|
| /f-stack/freebsd/net/route/ |
| H A D | route_ctl.c | 579 struct sockaddr *dst, *ndst, *gateway, *netmask; in create_rtentry() local 586 gateway = info->rti_info[RTAX_GATEWAY]; in create_rtentry() 590 if ((flags & RTF_GATEWAY) && !gateway) in create_rtentry() 592 if (dst && gateway && (dst->sa_family != gateway->sa_family) && in create_rtentry() 593 (gateway->sa_family != AF_UNSPEC) && (gateway->sa_family != AF_LINK)) in create_rtentry()
|
| H A D | route_ctl.h | 62 struct sockaddr *gateway, struct sockaddr *author, struct ifnet *ifp,
|
| H A D | nhop_ctl.c | 355 const struct sockaddr *dst, *gateway, *netmask; in get_nhop() local 364 gateway = info->rti_info[RTAX_GATEWAY]; in get_nhop()
|
| /f-stack/app/nginx-1.16.1/conf/ |
| H A D | f-stack.conf | 81 gateway=192.168.1.1
|
| /f-stack/lib/ |
| H A D | ff_veth.c | 72 in_addr_t gateway; member 99 inet_pton(AF_INET, cfg->gateway, &sc->gateway); in ff_veth_config() 420 gw.sin_addr.s_addr = sc->gateway; in ff_veth_set_gateway()
|
| H A D | ff_config.h | 66 char *gateway; member
|
| H A D | ff_config.c | 502 cur->gateway = strdup(value); in port_cfg_handler() 974 CHECK_VALID(gateway); in ff_check_config()
|
| /f-stack/doc/ |
| H A D | Launch_F-Stack_on_AWS_EC2_in_one_minute.md | 48 sed "s/gateway=192.168.1.1/gateway=${mygw}/" -i /data/f-stack/config.ini
|
| /f-stack/freebsd/contrib/device-tree/src/mips/ralink/ |
| H A D | gardena_smart_gateway_mt7688.dts | 14 compatible = "gardena,smart-gateway-mt7688", "ralink,mt7688a-soc",
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_icmp.c | 946 struct sockaddr_in *gateway, u_int fibnum) in icmp_verify_redirect_gateway() argument 954 if ((ifa = ifa_ifwithnet((struct sockaddr *)gateway, 0, fibnum))==NULL) in icmp_verify_redirect_gateway() 958 if (ifa_ifwithaddr_check((struct sockaddr *)gateway)) in icmp_verify_redirect_gateway()
|
| /f-stack/ |
| H A D | config.ini | 88 gateway=192.168.1.1 key
|
| H A D | README.md | 128 route add -net 0.0.0.0 gw <gateway> dev veth0
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_tlv_layout.h | 912 uint32_t gateway; member
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6_rtr.c | 2413 rt6_flush(struct in6_addr *gateway, struct ifnet *ifp) in rt6_flush() argument 2417 if (!IN6_IS_ADDR_LINKLOCAL(gateway)) in rt6_flush() 2421 rib_foreach_table_walk_del(AF_INET6, rt6_deleteroute, (void *)gateway); in rt6_flush()
|
| H A D | in6.c | 173 struct sockaddr_dl gateway; in in6_newaddrmsg() local 185 info.rti_info[RTAX_GATEWAY] = (struct sockaddr *)&gateway; in in6_newaddrmsg() 186 link_init_sdl(ifa->ifa_ifp, (struct sockaddr *)&gateway, ifa->ifa_ifp->if_type); in in6_newaddrmsg()
|
| /f-stack/freebsd/netinet/netdump/ |
| H A D | netdump_client.c | 440 COPY_SIZED(gateway); in netdump_configure()
|
| /f-stack/tools/ |
| H A D | README.md | 87 Change the gateway of an already established static route in the routing
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_16_04.rst | 276 * **Added IPsec security gateway example.**
|