OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sbfree
(Results
1 - 6
of
6
) sorted by null
/external/qemu/slirp/
sbuf.h
24
void
sbfree
_P((struct sbuf *));
sbuf.c
21
sbfree
(struct sbuf *sb)
function
tcp_subr.c
282
sbfree
(&so->so_rcv);
283
sbfree
(&so->so_snd);
[
all
...]
/external/qemu/slirp-android/
sbuf.h
24
void
sbfree
_P((struct sbuf *));
sbuf.c
21
sbfree
(struct sbuf *sb)
function
tcp_subr.c
284
sbfree
(&so->so_rcv);
285
sbfree
(&so->so_snd);
Completed in 211 milliseconds