Home
last modified time | relevance | path

Searched refs:gateway (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/tools/route/tests/
H A Dbasic.sh49 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 Dutils.subr43 gateway=$(echo $result | jq -r ${query}.gateway)
45 echo ${gateway}
/f-stack/freebsd/net/
H A Droute.c214 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 Dkeywords16 gateway
H A Droute.c881 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 Dralink.txt31 - compatible = "gardena,smart-gateway-mt7688", "ralink,mt7688a-soc",
/f-stack/freebsd/contrib/device-tree/Bindings/arm/bcm/
H A Dbrcm,nsp.yaml11 and management applications as well as residential router/gateway
/f-stack/freebsd/net/route/
H A Droute_ctl.c579 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 Droute_ctl.h62 struct sockaddr *gateway, struct sockaddr *author, struct ifnet *ifp,
H A Dnhop_ctl.c355 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 Df-stack.conf81 gateway=192.168.1.1
/f-stack/lib/
H A Dff_veth.c72 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 Dff_config.h66 char *gateway; member
H A Dff_config.c502 cur->gateway = strdup(value); in port_cfg_handler()
974 CHECK_VALID(gateway); in ff_check_config()
/f-stack/doc/
H A DLaunch_F-Stack_on_AWS_EC2_in_one_minute.md48 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 Dgardena_smart_gateway_mt7688.dts14 compatible = "gardena,smart-gateway-mt7688", "ralink,mt7688a-soc",
/f-stack/freebsd/netinet/
H A Dip_icmp.c946 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 Dconfig.ini88 gateway=192.168.1.1 key
H A DREADME.md128 route add -net 0.0.0.0 gw <gateway> dev veth0
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_tlv_layout.h912 uint32_t gateway; member
/f-stack/freebsd/netinet6/
H A Dnd6_rtr.c2413 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 Din6.c173 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 Dnetdump_client.c440 COPY_SIZED(gateway); in netdump_configure()
/f-stack/tools/
H A DREADME.md87 Change the gateway of an already established static route in the routing
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst276 * **Added IPsec security gateway example.**

12