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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dreserveip.c40 char resrvIpAddr[MAX_RESERVED_IP][MAX_TOKEN_SIZE]; variable
195 reserved_ip = inet_addr(resrvIpAddr[i]);
230 return ntohl(inet_addr(resrvIpAddr[i]));
H A Ddhcpd.h134 extern char resrvIpAddr[MAX_RESERVED_IP][MAX_TOKEN_SIZE];
H A Ddhcpd.c108 num_of_reservedIP = getReservedAddr(resrvMacAddr, resrvIpAddr);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Drc.c3702 char resrvIpAddr[C_MAX_RESERVED_IP][C_MAX_TOKEN_SIZE]; local
3703 int numResrvAddr = getReservedAddr(resrvMacAddr, resrvIpAddr);
3707 sprintf(arp_cmd,"arp -s %s %s",resrvIpAddr[i],resrvMacAddr[i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Darp.c133 char resrvIpAddr[C_MAX_RESERVED_IP][C_MAX_TOKEN_SIZE]; member in struct:ArpControlProfile
935 if(strcmp(arp_profile.resrvIpAddr[i],ip))
1319 printk("<0>ip:%s mac %s\n",arp_profile.resrvIpAddr[i],arp_profile.resrvMacAddr[i]);*/

Completed in 121 milliseconds