OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sbappendsb
(Results
1 - 3
of
3
) sorted by null
/external/qemu/slirp/
sbuf.c
10
static void
sbappendsb
(struct sbuf *sb, struct mbuf *m);
93
sbappendsb
(&so->so_rcv, m);
113
sbappendsb
(&so->so_rcv, m);
117
*
sbappendsb
the rest
121
sbappendsb
(&so->so_rcv, m);
132
sbappendsb
(struct sbuf *sb, struct mbuf *m)
function
tcp_subr.c
895
sbappendsb
(so_rcv, m);
914
sbappendsb
(so_snd, m);
[
all
...]
/external/qemu/slirp-android/
sbuf.c
10
static void
sbappendsb
(struct sbuf *sb, struct mbuf *m);
93
sbappendsb
(&so->so_rcv, m);
113
sbappendsb
(&so->so_rcv, m);
117
*
sbappendsb
the rest
121
sbappendsb
(&so->so_rcv, m);
132
sbappendsb
(struct sbuf *sb, struct mbuf *m)
function
Completed in 376 milliseconds