Home | History | Annotate | Download | only in slirp-android

Lines Matching full:addr

40     u_int32_t   addr;
48 return ip.addr;
55 return ntohl(ip.addr);
63 ip.addr = val;
72 ip.addr = htonl(val);
93 ipaddr_t addr = ip_read(buf);
94 return ip_geth(addr);
100 ipaddr_t addr = ip_seth(ip);
101 ip_write(addr, buf);
107 return ip1.addr == ip2.addr;