Searched refs:gateway (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/
H A DRU_isp_list.js1890 var gateway=[
2840 if(gateway[j]!="#")
2841 parent.static_gateway=gateway[j];
H A Dfuncs.js636 function checkgateway(gateway)
639 var dgArray = gateway.split(".");
660 if (gateway == "0.0.0.0" || gateway == "255.255.255.255")
664 if (gateway == "127.0.0.1")
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/zebra/
H A Drtread_proc.c71 struct in_addr gateway; local
94 sscanf (gate, "%lX", (unsigned long *)&gateway);
96 rib_add_ipv4 (ZEBRA_ROUTE_KERNEL, zebra_flags, &p, &gateway, 0, 0, 0, 0);
127 struct in6_addr gateway; local
152 str2in6_addr (gate, &gateway);
155 rib_add_ipv6 (ZEBRA_ROUTE_KERNEL, zebra_flags, &p, &gateway, 0, 0);
H A Drtread_getmsg.c71 struct in_addr tmpaddr, gateway; local
88 gateway.s_addr = routeEntry->ipRouteNextHop;
91 &gateway, 0, 0, 0, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Dinterface.c97 route_manip(int cmd, char *name, int metric, char *dst, char *gateway, char *genmask) argument
110 if (gateway)
111 inet_aton(gateway, &sin_addr(&rt.rt_gateway));
140 route_add(char *name, int metric, char *dst, char *gateway, char *genmask) argument
142 return route_manip(SIOCADDRT, name, metric, dst, gateway, genmask);
146 route_del(char *name, int metric, char *dst, char *gateway, char *genmask) argument
148 return route_manip(SIOCDELRT, name, metric, dst, gateway, genmask);
H A Drc.h90 extern int route_add(char *name, int metric, char *dst, char *gateway, char *genmask);
91 extern int route_del(char *name, int metric, char *dst, char *gateway, char *genmask);
H A Dnetwork.c57 char *ipaddr, *netmask, *gateway, *metric; local
67 gateway = netmask;
68 netmask = strsep(&gateway, ":");
69 if (!netmask || !gateway)
71 metric = gateway;
72 gateway = strsep(&metric, ":");
73 if (!gateway || !metric)
78 route_add(ifname, atoi(metric) + 1, ipaddr, gateway, netmask);
88 char *ipaddr, *netmask, *gateway, *metric; local
98 gateway
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dicmp.h77 __be32 gateway; member in union:icmphdr::__anon9810
H A Datalk.h49 struct atalk_addr gateway; member in struct:atalk_route
H A Dwanrouter.h430 unsigned char gateway; /* Is this interface a gateway */ member in struct:wanif_conf
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/appletalk/
H A Datalk_proc.c129 ntohs(rt->gateway.s_net), rt->gateway.s_node,
136 ntohs(rt->gateway.s_net), rt->gateway.s_node,
H A Dddp.c492 atrtr_default.gateway.s_net = htons(0);
493 atrtr_default.gateway.s_node = 0;
570 rt->gateway = ga->sat_addr;
1311 * Route goes through another gateway, so set the target to the
1312 * gateway instead.
1316 ta.s_net = rt->gateway.s_net;
1317 ta.s_node = rt->gateway.s_node;
1620 * Loopback broadcast packets to non gateway targets (ie routes
1659 gsat.sat_addr = rt->gateway;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dcipso_ipv4.h205 void cipso_v4_error(struct sk_buff *skb, int error, u32 gateway);
216 u32 gateway)
214 cipso_v4_error(struct sk_buff *skb, int error, u32 gateway) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/decnet/
H A Ddn_route.c896 __le16 gateway = 0; local
1044 gateway = ((struct dn_neigh *)neigh)->addr;
1045 if (gateway == 0)
1046 gateway = fl.fld_dst;
1048 fl.fld_src = dnet_select_source(dev_out, gateway,
1093 gateway = DN_FIB_RES_GW(res);
1114 rt->rt_gateway = gateway ? gateway : fl.fld_dst;
1227 __le16 gateway = 0; local
1287 gateway
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/qla4xxx/
H A Dql4_mbx.c241 memcpy(ha->gateway, init_fw_cb->GatewayIPAddr,
242 min(sizeof(ha->gateway), sizeof(init_fw_cb->GatewayIPAddr)));
315 memcpy(ha->gateway, init_fw_cb->GatewayIPAddr,
316 min(sizeof(ha->gateway), sizeof(init_fw_cb->GatewayIPAddr)));
H A Dql4_def.h354 uint8_t gateway[IP_ADDR_LEN]; member in struct:scsi_qla_host
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dnvparse.c1394 char *ipaddr, *netmask, *gateway, *metric, *ifname; local
1407 gateway = netmask;
1408 netmask = strsep(&gateway, ":");
1409 if (!netmask || !gateway)
1411 metric = gateway;
1412 gateway = strsep(&metric, ":");
1413 if (!gateway || !metric)
1424 gateway, metric);
1430 wan_cur == wan_route ? "" : " ", ipaddr, netmask, gateway, metric);
H A Dbroadcom.c4063 char *ipaddr, *netmask, *gateway, *metric; local
4076 gateway = netmask;
4077 netmask = strsep(&gateway, ":");
4078 if (!netmask || !gateway)
4080 metric = gateway;
4081 gateway = strsep(&metric, ":");
4082 if (!gateway || !metric)
4088 else if (!strcmp(arg, "gateway"))
4089 return websWrite(wp, gateway);
4110 char *ipaddr, *netmask, *gateway, *metri local
7917 char *ipaddr, *netmask, *gateway, *metric; local
8179 char *ipaddr, *netmask, *gateway, *metric; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_LOG.c257 ntohl(ich->un.gateway) >> 24);
262 NIPQUAD(ich->un.gateway));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex55 A: Yes, in 2.2 the rule that {\em normal} gateway must reside on directly
63 not to check for consistency of gateway address.
133 kinds and gateway is required to be directly reachable via this tunnel,
213 The only way to make it is to create special routes with gateway
219 kernel will refuse request to create route via gateway not directly
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dsys-linux.c1384 else if (strcasecmp(q, "gateway") == 0)
1495 int sifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) argument
1502 if (old_gateway != gateway)
1517 SIN_ADDR(rt.rt_gateway) = gateway;
1526 default_route_gateway = gateway;
1535 int cifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) argument
1550 SIN_ADDR(rt.rt_gateway) = gateway;
2230 * Set the gateway address
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dicmp.c543 icmp_param.data.icmph.un.gateway = info;
660 info = ntohl(icmph->un.gateway) >> 24;
762 icmp_hdr(skb)->un.gateway,
H A Dcipso_ipv4.c1673 * @gateway: CIPSO gateway flag
1686 * of the ICMP message is acting as a CIPSO host or a CIPSO gateway. The
1696 void cipso_v4_error(struct sk_buff *skb, int error, u32 gateway) argument
1701 if (gateway)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dsit.c294 if (icmp_hdr(skb)->un.gateway < hlen)
301 rel_info = icmp_hdr(skb)->un.gateway - hlen;
H A Droute.c1376 struct in6_addr gateway; member in struct:ip6rd_flowi
1416 if (!ipv6_addr_equal(&rdfl->gateway, &rt->rt6i_gateway))
1434 struct in6_addr *gateway,
1448 .gateway = *gateway,
1432 ip6_route_redirect(struct in6_addr *dest, struct in6_addr *src, struct in6_addr *gateway, struct net_device *dev) argument

Completed in 386 milliseconds

12