Home
last modified time | relevance | path

Searched refs:ex_addr (Results 1 – 12 of 12) sorted by relevance

/external/qemu/slirp-android/
Dmisc.h13 int ex_addr; /* The last byte of the address */ member
Dmisc.c102 if (port == tmp_ptr->ex_fport && addr == tmp_ptr->ex_addr) in add_exec()
109 (*ex_ptr)->ex_addr = addr; in add_exec()
Dslirp.c707 if (ex_ptr->ex_addr == ar_tip_low) in arp_input()
1352 so = slirp_find_ctl_socket(ex_ptr->ex_addr, ntohs(ex_ptr->ex_fport)); in slirp_state_save()
1478 (so->so_faddr_ip & 0xff) == ex_ptr->ex_addr && in slirp_state_load()
Dtcp_input.c364 (ip_geth(ti->ti_dst) & 0xff) == ex_ptr->ex_addr) in tcp_input()
660 lastbyte == ex_ptr->ex_addr) { in tcp_input()
Dip_input.c148 if (ex_ptr->ex_addr == host) in ip_input()
Dtcp_subr.c1117 command == ex_ptr->ex_addr) { in tcp_ctl()
/external/qemu/slirp/
Dmisc.h13 int ex_addr; /* The last byte of the address */ member
Dmisc.c122 if (port == tmp_ptr->ex_fport && addr == tmp_ptr->ex_addr) in add_exec()
129 (*ex_ptr)->ex_addr = addr; in add_exec()
Dslirp.c614 if (ex_ptr->ex_addr == ah->ar_tip[3]) in arp_input()
949 so = slirp_find_ctl_socket(ex_ptr->ex_addr, ntohs(ex_ptr->ex_fport)); in slirp_state_save()
1075 (ntohl(so->so_faddr.s_addr) & 0xff) == ex_ptr->ex_addr && in slirp_state_load()
Dtcp_input.c364 (ntohl(ti->ti_dst.s_addr) & 0xff) == ex_ptr->ex_addr) in tcp_input()
655 lastbyte == ex_ptr->ex_addr) { in tcp_input()
Dip_input.c148 if (ex_ptr->ex_addr == host) in ip_input()
Dtcp_subr.c1263 command == ex_ptr->ex_addr) { in tcp_ctl()