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

  /external/qemu/slirp/
tcp_timer.c 278 /* if (tp->t_socket->so_options & SO_KEEPALIVE && */
279 if ((SO_OPTIONS) && tp->t_state <= TCPS_CLOSE_WAIT) {
slirp.h 273 #define SO_OPTIONS DO_KEEPALIVE
tcp_input.c 456 if (SO_OPTIONS)
    [all...]
  /external/qemu/slirp-android/
slirp.h 224 #define SO_OPTIONS DO_KEEPALIVE
tcp_timer.c 278 /* if (tp->t_socket->so_options & SO_KEEPALIVE && */
279 if ((SO_OPTIONS) && tp->t_state <= TCPS_CLOSE_WAIT) {
tcp_input.c 461 if (SO_OPTIONS)
    [all...]

Completed in 169 milliseconds