Searched refs:ip_geth (Results 1 - 7 of 7) sorted by relevance

/external/qemu/slirp-android/
H A Dhelper.h53 ip_geth( ipaddr_t ip ) function
94 return ip_geth(addr);
H A Dbootp.c77 uint32_t req_addr = ip_geth(*paddr);
197 sock_address_init_inet(&daddr, ip_geth(*preq_addr), BOOTP_CLIENT);
212 sock_address_init_inet(&daddr, ip_geth(*preq_addr), BOOTP_CLIENT);
303 dprintf("nak'ed addr=%08x\n", ip_geth(*preq_addr));
H A Dip_icmp.c114 if (ip_geth(ip->ip_dst) == alias_addr_ip) {
131 so->so_faddr_ip = ip_geth(ip->ip_dst);
133 so->so_laddr_ip = ip_geth(ip->ip_src);
225 strcpy(bufa, inet_iptostr(ip_geth(ip->ip_src)));
226 strcpy(bufb, inet_iptostr(ip_geth(ip->ip_dst)));
H A Dtftp.c73 spt->client_ip = ip_geth(tp->ip.ip_src);
90 if (spt->client_ip == ip_geth(tp->ip.ip_src)) {
158 ip_geth(recv_tp->ip.ip_dst),
200 ip_geth(recv_tp->ip.ip_dst),
248 ip_geth(recv_tp->ip.ip_dst),
H A Dudp.c220 so->so_laddr_ip != ip_geth(ip->ip_src)) {
225 tmp->so_laddr_ip == ip_geth(ip->ip_src)) {
226 tmp->so_faddr_ip = ip_geth(ip->ip_dst);
257 so->so_laddr_ip = ip_geth(ip->ip_src);
269 so->so_faddr_ip = ip_geth(ip->ip_dst); /* XXX */
H A Dtcp_input.c364 (ip_geth(ti->ti_dst) & 0xff) == ex_ptr->ex_addr)
376 uint32_t srcip = ip_geth(ti->ti_src);
377 uint32_t dstip = ip_geth(ti->ti_dst);
421 so->so_laddr_ip = ip_geth(ti->ti_src);
423 so->so_faddr_ip = ip_geth(ti->ti_dst);
H A Dip_input.c137 if (ip_geth(ip->ip_dst) != special_addr_ip) {
141 int host = ip_geth(ip->ip_dst) & 0xff;

Completed in 155 milliseconds