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

  /external/qemu/slirp/
tcp.h 133 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */
tcp_input.c 977 case TCPS_FIN_WAIT_1:
1042 tp->t_state = TCPS_FIN_WAIT_1;
1070 case TCPS_FIN_WAIT_1:
    [all...]
tcp_subr.c 345 tp->t_state = TCPS_FIN_WAIT_1;
    [all...]
  /external/qemu/slirp-android/
tcp.h 135 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */
tcp_input.c 983 case TCPS_FIN_WAIT_1:
1048 tp->t_state = TCPS_FIN_WAIT_1;
1076 case TCPS_FIN_WAIT_1:
    [all...]
tcp_subr.c 347 tp->t_state = TCPS_FIN_WAIT_1;

Completed in 236 milliseconds