OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sosendto
(Results
1 - 6
of
6
) sorted by null
/external/qemu/slirp/
socket.h
84
int
sosendto
_P((struct socket *, struct mbuf *));
socket.c
548
sosendto
(struct socket *so, struct mbuf *m)
function
553
DEBUG_CALL("
sosendto
");
udp.c
232
if(
sosendto
(so,m) == -1) {
/external/qemu/slirp-android/
socket.h
88
int
sosendto
_P((struct socket *, struct mbuf *));
udp.c
234
if(
sosendto
(so,m) == -1) {
socket.c
549
sosendto
(struct socket *so, struct mbuf *m)
function
556
DEBUG_CALL("
sosendto
");
Completed in 276 milliseconds