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

Lines Matching defs:ip

63 /* ARP cache for the guest IP addresses (XXX: allow many entries) */
133 uint32_t ip;
135 if (inet_strtoip(pIPAddr->IpAddress.String, &ip) == 0) {
136 if (ip == loopback_addr_ip)
137 ip = our_addr_ip;
139 dns_addr[dns_addr_count++] = ip;
180 DN("emulator: IP address of your DNS(s): ");
321 * *_slowtimo needs calling if there are IP fragments
567 tcp_input((struct mbuf *)NULL, sizeof(struct ip), so);
610 tcp_input((struct mbuf *)NULL, sizeof(struct ip),so);
681 unsigned char ar_sip[4]; /* sender IP address */
683 unsigned char ar_tip[4]; /* target IP address */
762 /* Note: we add to align the IP header */
779 /* output the IP packet to the ethernet device */
792 const struct ip *iph = (const struct ip *)ip_data;
811 /* source IP */
815 /* target IP */
860 * ip/port that is not explicitly forwared using '-net-forward', and which would
862 * specified ip:port
979 int offset = 40 + 1; // udp/ip headers length + 1;
986 * + 40 (udp/ip hdr) + 1 byte DNS peamble + 4 bytes DNS suffix
1017 // first we write the length of the record then the record (IP packet)
1056 /* ip addresses are also in host byte order */