HomeSort by relevance Sort by last modified time
    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);
70 #define NET_Send JVM_Send
SocketOutputStream.c 100 int n = NET_Send(fd, bufP + loff, llen, 0);
linux_close.cpp 141 int NET_Send(int s, void *msg, int len, unsigned int flags) {

Completed in 106 milliseconds