mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8318006: remove unused net related coding
Reviewed-by: alanb, lucy
This commit is contained in:
parent
4d9042043e
commit
126f2ace5d
3 changed files with 0 additions and 141 deletions
|
@ -170,12 +170,6 @@ NET_SetSockOpt(int fd, int level, int opt, const void *arg, int len);
|
|||
JNIEXPORT int JNICALL
|
||||
NET_Bind(int fd, SOCKETADDRESS *sa, int len);
|
||||
|
||||
JNIEXPORT int JNICALL
|
||||
NET_MapSocketOption(jint cmd, int *level, int *optname);
|
||||
|
||||
JNIEXPORT int JNICALL
|
||||
NET_MapSocketOptionV6(jint cmd, int *level, int *optname);
|
||||
|
||||
JNIEXPORT jint JNICALL
|
||||
NET_EnableFastTcpLoopback(int fd);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue