HomeSort by relevance Sort by last modified time
    Searched defs:ex_ptr (Results 1 - 8 of 8) sorted by null

  /external/qemu/slirp/
ip_input.c 142 struct ex_list *ex_ptr; local
147 for (ex_ptr = exec_list; ex_ptr; ex_ptr = ex_ptr->ex_next)
148 if (ex_ptr->ex_addr == host)
151 if (!ex_ptr)
tcp_input.c 249 struct ex_list *ex_ptr; local
362 for (ex_ptr = exec_list; ex_ptr; ex_ptr = ex_ptr->ex_next)
363 if (ex_ptr->ex_fport == ti->ti_dport &&
364 (ntohl(ti->ti_dst.s_addr) & 0xff) == ex_ptr->ex_addr)
367 if (!ex_ptr)
653 for(ex_ptr = exec_list; ex_ptr; ex_ptr = ex_ptr->ex_next)
    [all...]
tcp_subr.c 1236 struct ex_list *ex_ptr; local
    [all...]
slirp.c 605 struct ex_list *ex_ptr; local
613 for (ex_ptr = exec_list; ex_ptr; ex_ptr = ex_ptr->ex_next) {
614 if (ex_ptr->ex_addr == ah->ar_tip[3])
944 struct ex_list *ex_ptr; local
946 for (ex_ptr = exec_list; ex_ptr; ex_ptr = ex_ptr->ex_next
1055 struct ex_list *ex_ptr; local
    [all...]
  /external/qemu/slirp-android/
ip_input.c 142 struct ex_list *ex_ptr; local
147 for (ex_ptr = exec_list; ex_ptr; ex_ptr = ex_ptr->ex_next)
148 if (ex_ptr->ex_addr == host)
151 if (!ex_ptr)
tcp_input.c 249 struct ex_list *ex_ptr; local
362 for (ex_ptr = exec_list; ex_ptr; ex_ptr = ex_ptr->ex_next)
363 if (ex_ptr->ex_fport == port_geth(ti->ti_dport) &&
364 (ip_geth(ti->ti_dst) & 0xff) == ex_ptr->ex_addr)
367 if (!ex_ptr)
658 for(ex_ptr = exec_list; ex_ptr; ex_ptr = ex_ptr->ex_next)
    [all...]
tcp_subr.c 1090 struct ex_list *ex_ptr; local
1115 for (ex_ptr = exec_list; ex_ptr; ex_ptr = ex_ptr->ex_next) {
1116 if (ex_ptr->ex_fport == so->so_faddr_port &&
1117 command == ex_ptr->ex_addr) {
1118 if (ex_ptr->ex_pty == 3) {
1120 so->extra = (void *)ex_ptr->ex_exec;
1123 do_pty = ex_ptr->ex_pty
    [all...]
slirp.c 694 struct ex_list *ex_ptr; local
706 for (ex_ptr = exec_list; ex_ptr; ex_ptr = ex_ptr->ex_next) {
707 if (ex_ptr->ex_addr == ar_tip_low)
1347 struct ex_list *ex_ptr; local
1458 struct ex_list *ex_ptr; local
    [all...]

Completed in 329 milliseconds