Searched refs:gateway (Results 26 - 45 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/appletalk/
H A Dddp.c492 atrtr_default.gateway.s_net = htons(0);
493 atrtr_default.gateway.s_node = 0;
570 rt->gateway = ga->sat_addr;
1345 * Route goes through another gateway, so set the target to the
1346 * gateway instead.
1350 ta.s_net = rt->gateway.s_net;
1351 ta.s_node = rt->gateway.s_node;
1670 * Loopback broadcast packets to non gateway targets (ie routes
1710 gsat.sat_addr = rt->gateway;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c1383 else if (strcasecmp(q, "gateway") == 0)
1494 int sifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) argument
1501 if (old_gateway != gateway)
1516 SIN_ADDR(rt.rt_gateway) = gateway;
1525 default_route_gateway = gateway;
1534 int cifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) argument
1549 SIN_ADDR(rt.rt_gateway) = gateway;
2229 * Set the gateway address
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_kapi.c966 * @gateway: true if host is acting as a gateway, false otherwise
974 void netlbl_skbuff_err(struct sk_buff *skb, int error, int gateway) argument
977 cipso_v4_error(skb, error, gateway);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dicmp.c534 icmp_param.data.icmph.un.gateway = info;
714 info = ntohl(icmph->un.gateway) >> 24;
804 icmp_hdr(skb)->un.gateway,
H A Dcipso_ipv4.c1754 * @gateway: CIPSO gateway flag
1767 * of the ICMP message is acting as a CIPSO host or a CIPSO gateway. The
1777 void cipso_v4_error(struct sk_buff *skb, int error, u32 gateway) argument
1782 if (gateway)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Discsi_boot_sysfs.c170 iscsi_boot_rd_attr(eth_gateway, gateway, ISCSI_BOOT_ETH_GATEWAY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dactbl2.h465 u8 gateway[16]; member in struct:acpi_ibft_nic
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_mbx.c351 memcpy(ha->gateway, init_fw_cb->ipv4_gw_addr,
352 min(sizeof(ha->gateway), sizeof(init_fw_cb->ipv4_gw_addr)));
H A Dql4_def.h477 uint8_t gateway[IP_ADDR_LEN]; member in struct:scsi_qla_host
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c4776 char *ipaddr, *netmask, *gateway, *metric; local
4789 gateway = netmask;
4790 netmask = strsep(&gateway, ":");
4791 if (!netmask || !gateway)
4793 metric = gateway;
4794 gateway = strsep(&metric, ":");
4795 if (!gateway || !metric)
4801 else if (!strcmp(arg, "gateway"))
4802 return websWrite(wp, gateway);
4823 char *ipaddr, *netmask, *gateway, *metri local
9684 char *ipaddr, *netmask, *gateway, *metric; local
9946 char *ipaddr, *netmask, *gateway, *metric; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Droute.c1388 struct in6_addr gateway; member in struct:ip6rd_flowi
1429 if (!ipv6_addr_equal(&rdfl->gateway, &rt->rt6i_gateway))
1447 struct in6_addr *gateway,
1464 ipv6_addr_copy(&rdfl.gateway, gateway);
1445 ip6_route_redirect(struct in6_addr *dest, struct in6_addr *src, struct in6_addr *gateway, struct net_device *dev) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dopmode.js631 function checkgateway(gateway)
634 var dgArray = gateway.split(".");
655 if (gateway == "0.0.0.0" || gateway == "255.255.255.255")
659 if (gateway == "127.0.0.1")
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dopmode.js631 function checkgateway(gateway)
634 var dgArray = gateway.split(".");
655 if (gateway == "0.0.0.0" || gateway == "255.255.255.255")
659 if (gateway == "127.0.0.1")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dtun.c295 const in_addr_t lan_network = rgi.gateway.addr & rgi.gateway.netmask;
594 r6.gateway = tt->local_ipv6;
608 r6.gateway = tt->local_ipv6;
875 r.gateway = tt->local;
1072 r.gateway = tt->local;
1138 r.gateway = tt->local;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dscanner.l257 gateway return GATEWAY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c1476 else if (strcasecmp(q, "gateway") == 0)
1587 int sifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) argument
1627 int cifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) argument
2329 * Set the gateway address
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/mm/
H A Dinit.c428 /* Leave room for gateway page expansion */
430 #error KERNEL_MAP_START is in gateway reserved region
730 * Note that gateway_init() places the Linux gateway page at page 0.
731 * Since gateway pages cannot be dereferenced this has the desirable
776 * The Linux gateway page will reside in kernel space (on virtual
802 * The HP-UX gateway page resides in the user address space,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Drdisc.c543 icp->un.gateway = 0; /* Reserved */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex1120 In this case, Linux-2.2 makes ``dead gateway detection''~\cite{RFC1122}
1407 \item add a plain route to network 10.0.0/24 via gateway 193.233.7.65

Completed in 332 milliseconds

12