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

  /external/qemu/slirp/
sbuf.h 11 #define sbflush(sb) sbdrop((sb),(sb)->sb_cc)
25 void sbdrop _P((struct sbuf *, int));
sbuf.c 27 sbdrop(struct sbuf *sb, int num) function
166 * done in sbdrop when the data is acked
tcp_input.c 521 sbdrop(&so->so_snd, acked);
    [all...]
  /external/qemu/slirp-android/
sbuf.h 11 #define sbflush(sb) sbdrop((sb),(sb)->sb_cc)
25 void sbdrop _P((struct sbuf *, int));
sbuf.c 27 sbdrop(struct sbuf *sb, int num) function
166 * done in sbdrop when the data is acked
tcp_input.c 526 sbdrop(&so->so_snd, acked);
    [all...]

Completed in 61 milliseconds