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

  /external/qemu/slirp/
tcp.h 131 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */
132 /* states > TCPS_CLOSE_WAIT are those where user has closed */
136 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
tcp_timer.c 279 if ((SO_OPTIONS) && tp->t_state <= TCPS_CLOSE_WAIT) {
tcp_input.c 901 tp->t_state > TCPS_CLOSE_WAIT && ti->ti_len) {
979 case TCPS_CLOSE_WAIT:
1072 case TCPS_CLOSE_WAIT:
    [all...]
tcp_subr.c 348 case TCPS_CLOSE_WAIT:
    [all...]
  /external/qemu/slirp-android/
tcp.h 133 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */
134 /* states > TCPS_CLOSE_WAIT are those where user has closed */
138 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
tcp_timer.c 279 if ((SO_OPTIONS) && tp->t_state <= TCPS_CLOSE_WAIT) {
tcp_input.c 907 tp->t_state > TCPS_CLOSE_WAIT && ti->ti_len) {
985 case TCPS_CLOSE_WAIT:
1078 case TCPS_CLOSE_WAIT:
    [all...]
tcp_subr.c 350 case TCPS_CLOSE_WAIT:

Completed in 231 milliseconds