HomeSort by relevance Sort by last modified time
    Searched refs:tcp_ctl (Results 1 - 6 of 6) sorted by null

  /external/qemu/slirp-android/
slirp.h 262 int tcp_ctl _P((struct socket *));
tcp_subr.c 1086 tcp_ctl(struct socket *so) function
1094 DEBUG_CALL("tcp_ctl");
tcp_input.c 645 * tcp_ctl once connected, otherwise connect
1039 /* So tcp_ctl reports the right state */
1040 ret = tcp_ctl(so);
    [all...]
  /external/qemu/slirp/
slirp.h 312 int tcp_ctl _P((struct socket *));
tcp_subr.c 1232 tcp_ctl(struct socket *so) function
    [all...]
tcp_input.c 640 * tcp_ctl once connected, otherwise connect
1033 /* So tcp_ctl reports the right state */
1034 ret = tcp_ctl(so);
    [all...]

Completed in 87 milliseconds