Searched refs:ipaddr (Results 26 - 50 of 78) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/linux/
H A Dlinux_osl.c44 int osl_join_multicast(struct iface *pif, int fd, ulong ipaddr, ushort port) argument
82 mcreqn.imr_multiaddr.s_addr = ipaddr;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dmpc.h42 uint32_t ipaddr; member in struct:atm_mpoa_qos
H A Dmpc.c167 entry->ipaddr = dst_ip;
182 if(qos->ipaddr == dst_ip) {
223 char ipaddr[16]; local
230 ipaddr[sizeof(ipaddr)-1] = '\0';
232 ip = (unsigned char *)&qos->ipaddr;
233 sprintf(ipaddr, "%u.%u.%u.%u", NIPQUAD(ip));
235 NIPQUAD(ipaddr),
463 uint32_t ipaddr = 0; local
475 ipaddr
563 uint32_t ipaddr; local
[all...]
H A Dmpoa_proc.c213 uint32_t ipaddr; local
242 ipaddr = *(uint32_t *)ip;
245 return atm_mpoa_delete_qos(atm_mpoa_search_qos(ipaddr));
307 atm_mpoa_add_qos(ipaddr, &qos);
H A Dmpoa_caches.h69 eg_cache_entry *(*get_by_src_ip)(uint32_t ipaddr, struct mpoa_client *client);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/net/
H A Dnet_arp.c70 static arpentry_t *arp_find_entry(ip_info_t *ipi,uint8_t *ipaddr);
383 * arp_find_entry(ipi,ipaddr)
392 * ipaddr - IP address we're looking for
398 static arpentry_t *arp_find_entry(ip_info_t *ipi,uint8_t *ipaddr) argument
407 if (memcmp(ae->ae_ipaddr,ipaddr,IP_ADDR_LEN) == 0) {
801 * _arp_enumerate(ipi,entrynum,ipaddr,hwaddr)
809 * ipaddr - buffer to copy entry's IP address to
817 int _arp_enumerate(ip_info_t *ipi,int entrynum,uint8_t *ipaddr,uint8_t *hwaddr) argument
826 memcpy(ipaddr,ae->ae_ipaddr,IP_ADDR_LEN);
840 * _arp_delete(ipi,ipaddr)
854 _arp_delete(ip_info_t *ipi,uint8_t *ipaddr) argument
[all...]
H A Dnet_api.c796 * arp_enumerate(entrynum,ipaddr,hwaddr)
802 * ipaddr - pointer to 4 bytes to receive IP address
810 int arp_enumerate(int entrynum,uint8_t *ipaddr,uint8_t *hwaddr) argument
813 return _arp_enumerate(netctx->ipinfo,entrynum,ipaddr,hwaddr);
817 * arp_delete(ipaddr)
822 * ipaddr - pointer to 4-byte IP address
829 int arp_delete(uint8_t *ipaddr) argument
832 return _arp_delete(netctx->ipinfo,ipaddr);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dread_conf367 my(@list,$value,$addr,$mask,$anum,$mnum,$null,@v,$i,$ipaddr);
380 $ipaddr = $hostinfo->[$i];
381 print "Matchhost: ipaddr '" . inet_ntoa($ipaddr) . "'\n" if $Debug>3;
382 $ipaddr = ($ipaddr ^ $anum) & $mnum;
383 print "Matchhost: result '" . inet_ntoa($ipaddr) . "'\n" if $Debug>3;
384 if( $ipaddr eq $null ){
H A Dread_conf.in367 my(@list,$value,$addr,$mask,$anum,$mnum,$null,@v,$i,$ipaddr);
380 $ipaddr = $hostinfo->[$i];
381 print "Matchhost: ipaddr '" . inet_ntoa($ipaddr) . "'\n" if $Debug>3;
382 $ipaddr = ($ipaddr ^ $anum) & $mnum;
383 print "Matchhost: result '" . inet_ntoa($ipaddr) . "'\n" if $Debug>3;
384 if( $ipaddr eq $null ){
H A DLPRng.pm395 my(@list,$value,$addr,$mask,$anum,$mnum,$null,@v,$i,$ipaddr);
408 $ipaddr = $hostinfo->[$i];
409 print "Matchhost: ipaddr '" . inet_ntoa($ipaddr) . "'\n" if $Debug>3;
410 $ipaddr = ($ipaddr ^ $anum) & $mnum;
411 print "Matchhost: result '" . inet_ntoa($ipaddr) . "'\n" if $Debug>3;
412 if( $ipaddr eq $null ){
H A DLPRng.pm.in395 my(@list,$value,$addr,$mask,$anum,$mnum,$null,@v,$i,$ipaddr);
408 $ipaddr = $hostinfo->[$i];
409 print "Matchhost: ipaddr '" . inet_ntoa($ipaddr) . "'\n" if $Debug>3;
410 $ipaddr = ($ipaddr ^ $anum) & $mnum;
411 print "Matchhost: result '" . inet_ntoa($ipaddr) . "'\n" if $Debug>3;
412 if( $ipaddr eq $null ){
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dbroadcom.c1271 i, valid ? inet_ntoa(start.match.src.ipaddr) : "");
1274 i, valid ? inet_ntoa(end.match.src.ipaddr) : "");
1406 i, valid ? inet_ntoa(nat.ipaddr) : "");
1539 * <% lan_route("ipaddr", 0); %> produces "192.168.2.0"
1547 char *ipaddr, *netmask, *gateway, *metric; local
1557 ipaddr = strsep(&netmask, ":");
1558 if (!ipaddr || !netmask)
1568 if (!strcmp(arg, "ipaddr"))
1569 return websWrite(wp, ipaddr);
1586 * <% wan_route("ipaddr",
1594 char *ipaddr, *netmask, *gateway, *metric; local
1875 struct in_addr ipaddr, netaddr, broadaddr, netmask; local
2088 struct in_addr ipaddr, netmask, netaddr, broadaddr; local
2519 char *ipaddr, *netmask, *gateway, *metric; local
2581 char *ipaddr, *netmask, *gateway, *metric; local
2658 char *ipaddr = websGetVar(wp, "wl_radius_ipaddr", ""); local
2692 char *ipaddr = websGetVar(wp, "wl_radius_ipaddr", ""); local
[all...]
H A Dnetconf.h51 struct in_addr ipaddr; /* Match by IP address */ member in struct:_netconf_match_t::__anon12504
127 struct in_addr ipaddr; /* Address to map packet to */ member in struct:_netconf_nat_t
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dmount.cifs.c557 char * ipaddr = NULL; local
694 ipaddr = parse_server(share_name);
743 if(ipaddr)
744 optlen += strlen(ipaddr) + 4;
756 if(ipaddr) {
758 strcat(options,ipaddr);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/lasat/
H A Dlasat.h78 unsigned int ipaddr; member in struct:lasat_eeprom_struct
103 unsigned int ipaddr; member in struct:lasat_eeprom_struct_pre7
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/lasat/
H A Dlasat.h78 unsigned int ipaddr; member in struct:lasat_eeprom_struct
103 unsigned int ipaddr; member in struct:lasat_eeprom_struct_pre7
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/lasat/
H A Dlasat.h78 unsigned int ipaddr; member in struct:lasat_eeprom_struct
103 unsigned int ipaddr; member in struct:lasat_eeprom_struct_pre7
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/lasat/
H A Dlasat.h78 unsigned int ipaddr; member in struct:lasat_eeprom_struct
103 unsigned int ipaddr; member in struct:lasat_eeprom_struct_pre7
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dnetconf.h53 struct in_addr ipaddr; /* Match by IP address */ member in struct:_netconf_match_t::__anon12489
147 struct in_addr ipaddr; /* Address to map packet to */ member in struct:_netconf_nat_t
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Datmmpc.h16 uint32_t ipaddr; /* the IP address of the shortcut */ member in struct:atmmpc_ioc
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Datmmpc.h16 uint32_t ipaddr; /* the IP address of the shortcut */ member in struct:atmmpc_ioc
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dcommon.c95 struct in_addr ipaddr, netaddr, netmask; local
97 if (!inet_aton(value, &ipaddr)) {
107 if (netaddr.s_addr != (ipaddr.s_addr & netmask.s_addr)) {
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Dwanipc.c385 struct in_addr ipaddr = {0} ; local
388 osl_ifaddr(pdevdata->ifname, &ipaddr);
390 if (pdata->external_ipaddr.s_addr != ipaddr.s_addr) {
391 pdata->external_ipaddr = ipaddr;
395 return (pdata->external_ipaddr.s_addr != ipaddr.s_addr);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dnetwork.c53 char *ipaddr, *netmask, *gateway, *metric; local
59 ipaddr = strsep(&netmask, ":");
60 if (!ipaddr || !netmask)
74 dprintf("\n\n\nadd %s %d %s %s %s\n\n\n", ifname, atoi(metric), ipaddr, gateway, netmask);
76 route_add(ifname, atoi(metric) + 1, ipaddr, gateway, netmask);
87 char ipaddr[] = "255.255.255.255"; local
98 char *ipaddr = strsep(&tmp, " "); local
101 route_add(ifname, metric + 1, ipaddr, gateway, netmask);
139 strcpy(ipaddr, inet_ntoa(ip));
143 route_add(ifname, metric + 1, ipaddr, gatewa
156 char *ipaddr, *netmask, *gateway, *metric; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dnetwork.c54 char *ipaddr, *netmask, *gateway, *metric; local
60 ipaddr = strsep(&netmask, ":");
61 if (!ipaddr || !netmask)
75 dprintf("\n\n\nadd %s %d %s %s %s\n\n\n", ifname, atoi(metric), ipaddr, gateway, netmask);
77 route_add(ifname, atoi(metric) + 1, ipaddr, gateway, netmask);
88 char ipaddr[] = "255.255.255.255"; local
99 char *ipaddr = strsep(&tmp, " "); local
102 route_add(ifname, metric + 1, ipaddr, gateway, netmask);
140 strcpy(ipaddr, inet_ntoa(ip));
144 route_add(ifname, metric + 1, ipaddr, gatewa
157 char *ipaddr, *netmask, *gateway, *metric; local
[all...]

Completed in 270 milliseconds

1234