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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Ddhcpc.c211 struct in_addr temp_addr; local
215 temp_addr.s_addr = server_addr;
216 sprintf(buffer, "%s", inet_ntoa(temp_addr));
217 temp_addr.s_addr = requested_ip;
219 inet_ntoa(temp_addr), buffer);
289 struct in_addr temp_addr; local
709 /* temp_addr.s_addr = packet.yiaddr; */
710 temp_addr.s_addr = packet.data.yiaddr;
712 inet_ntoa(temp_addr), lease);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Ddhcpc.c150 struct in_addr temp_addr; local
154 temp_addr.s_addr = server_addr;
155 sprintf(buffer, "%s", inet_ntoa(temp_addr));
156 temp_addr.s_addr = requested_ip;
158 inet_ntoa(temp_addr), buffer);
218 struct in_addr temp_addr; local
510 temp_addr.s_addr = packet.yiaddr;
512 inet_ntoa(temp_addr), lease);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpc.c90 struct in_addr temp_addr; local
94 temp_addr.s_addr = server_addr;
95 strcpy(buffer, inet_ntoa(temp_addr));
96 temp_addr.s_addr = requested_ip;
98 inet_ntoa(temp_addr), buffer);
158 struct in_addr temp_addr; local
494 temp_addr.s_addr = packet.yiaddr;
496 inet_ntoa(temp_addr), (unsigned)lease);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dfsl_dma.c567 dma_addr_t temp_addr = substream->dma_buffer.addr; local
657 link->source_addr = cpu_to_be32(temp_addr);
666 link->dest_addr = cpu_to_be32(temp_addr);
670 temp_addr += period_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlge/
H A Dqlge_main.c1722 void *temp_addr = skb->data; local
1730 skb_copy_to_linear_data(skb, temp_addr,

Completed in 190 milliseconds