OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcp_newtcpcb
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
tcp_subr.c
179
tcp_newtcpcb
(struct socket *so)
function
519
if ((so->so_tcpcb =
tcp_newtcpcb
(so)) == NULL)
[
all
...]
/external/qemu/slirp-android/
tcp_subr.c
181
tcp_newtcpcb
(struct socket *so)
function
675
if ((so->so_tcpcb =
tcp_newtcpcb
(so)) == NULL)
Completed in 185 milliseconds