OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip_geth
(Results
1 - 7
of
7
) sorted by null
/external/qemu/slirp-android/
helper.h
53
ip_geth
( ipaddr_t ip )
function
94
return
ip_geth
(addr);
bootp.c
77
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));
ip_icmp.c
114
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)));
tftp.c
73
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),
udp.c
220
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 */
tcp_input.c
364
(
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);
[
all
...]
ip_input.c
137
if (
ip_geth
(ip->ip_dst) != special_addr_ip) {
141
int host =
ip_geth
(ip->ip_dst) & 0xff;
Completed in 32 milliseconds