Searched refs:ip_gateway (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/net/
H A Dnet_ip.c238 if (ip_addriszero(ipi->net_info.ip_gateway)) {
243 return _arp_lookup_and_send(ipi,buf,ipi->net_info.ip_gateway);
570 ret = ipinfo->net_info.ip_gateway;
626 memcpy(ipinfo->net_info.ip_gateway,ptr,IP_ADDR_LEN);
H A Dnet_ip.h63 uint8_t ip_gateway[IP_ADDR_LEN]; member in struct:net_info_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dwan.c1018 char ip_gateway[32]; local
1048 strcpy(ip_gateway, nvram_safe_get("wan1_gateway"));
1054 strcpy(ip_gateway, nvram_safe_get("wan0_gateway"));
1059 strcpy(ip_gateway, nvram_safe_get("wan0_gateway"));
1098 eval("arp","-i",nvram_safe_get("wan0_ifname"),"-a",ip_gateway,"-s",tc_mac);
1100 eval("arp","-i","br0","-a",ip_gateway,"-s",tc_mac);
1121 char ip_gateway[32]; local
1136 strcpy(ip_gateway, nvram_safe_get("wan1_gateway"));
1142 strcpy(ip_gateway, nvram_safe_get("wan0_gateway"));
1147 strcpy(ip_gateway, nvram_safe_ge
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dwan.c1018 char ip_gateway[32]; local
1048 strcpy(ip_gateway, nvram_safe_get("wan1_gateway"));
1054 strcpy(ip_gateway, nvram_safe_get("wan0_gateway"));
1059 strcpy(ip_gateway, nvram_safe_get("wan0_gateway"));
1098 eval("arp","-i",nvram_safe_get("wan0_ifname"),"-a",ip_gateway,"-s",tc_mac);
1100 eval("arp","-i","br0","-a",ip_gateway,"-s",tc_mac);
1121 char ip_gateway[32]; local
1136 strcpy(ip_gateway, nvram_safe_get("wan1_gateway"));
1142 strcpy(ip_gateway, nvram_safe_get("wan0_gateway"));
1147 strcpy(ip_gateway, nvram_safe_ge
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dwan.c1018 char ip_gateway[32]; local
1048 strcpy(ip_gateway, nvram_safe_get("wan1_gateway"));
1054 strcpy(ip_gateway, nvram_safe_get("wan0_gateway"));
1059 strcpy(ip_gateway, nvram_safe_get("wan0_gateway"));
1098 eval("arp","-i",nvram_safe_get("wan0_ifname"),"-a",ip_gateway,"-s",tc_mac);
1100 eval("arp","-i","br0","-a",ip_gateway,"-s",tc_mac);
1121 char ip_gateway[32]; local
1136 strcpy(ip_gateway, nvram_safe_get("wan1_gateway"));
1142 strcpy(ip_gateway, nvram_safe_get("wan0_gateway"));
1147 strcpy(ip_gateway, nvram_safe_ge
[all...]

Completed in 85 milliseconds