OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NET_Send
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/native/
net_util_md.h
46
extern int
NET_Send
(int s, void *msg, int len, unsigned int flags);
71
#define
NET_Send
JVM_Send
SocketOutputStream.c
100
int n =
NET_Send
(fd, bufP + loff, llen, 0);
linux_close.cpp
139
int
NET_Send
(int s, void *msg, int len, unsigned int flags) {
Completed in 58 milliseconds