Searched refs:sbdrop (Results 1 - 6 of 6) sorted by relevance

/external/qemu/slirp/
H A Dsbuf.h11 #define sbflush(sb) sbdrop((sb),(sb)->sb_cc)
25 void sbdrop _P((struct sbuf *, int));
H A Dsbuf.c27 sbdrop(struct sbuf *sb, int num) function
166 * done in sbdrop when the data is acked
H A Dtcp_input.c521 sbdrop(&so->so_snd, acked);
1198 sbdrop(&so->so_snd, (int )so->so_snd.sb_cc);
1201 sbdrop(&so->so_snd, acked);
/external/qemu/slirp-android/
H A Dsbuf.h11 #define sbflush(sb) sbdrop((sb),(sb)->sb_cc)
25 void sbdrop _P((struct sbuf *, int));
H A Dsbuf.c27 sbdrop(struct sbuf *sb, int num) function
166 * done in sbdrop when the data is acked
H A Dtcp_input.c526 sbdrop(&so->so_snd, acked);
1204 sbdrop(&so->so_snd, (int )so->so_snd.sb_cc);
1207 sbdrop(&so->so_snd, acked);

Completed in 285 milliseconds