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

  /external/qemu/slirp/
socket.h 70 #define SS_CTL 0x080
tcp_input.c 648 so->so_state |= SS_CTL;
656 so->so_state |= SS_CTL;
661 if(so->so_state & SS_CTL) goto cont_input;
1028 * SS_CTL since the buffer is empty otherwise.
1032 if (so->so_state & SS_CTL) {
1037 so->so_state &= ~SS_CTL; /* success XXX */
    [all...]
  /external/qemu/slirp-android/
socket.h 71 #define SS_CTL 0x080
tcp_input.c 653 so->so_state |= SS_CTL;
661 so->so_state |= SS_CTL;
666 if(so->so_state & SS_CTL) goto cont_input;
1034 * SS_CTL since the buffer is empty otherwise.
1038 if (so->so_state & SS_CTL) {
1043 so->so_state &= ~SS_CTL; /* success XXX */
    [all...]

Completed in 27 milliseconds