< prev index next >

src/java.base/unix/classes/java/net/PlainDatagramSocketImpl.java

Print this page

        

@@ -92,11 +92,11 @@
             if (!connected)
                 throw se;
         }
     }
 
-    protected synchronized native void bind0(int lport, InetAddress laddr)
+    protected synchronized native void bind0(int lport, InetAddress laddr, int scopeId)
         throws SocketException;
 
     protected native void send(DatagramPacket p) throws IOException;
 
     protected synchronized native int peek(InetAddress i) throws IOException;
< prev index next >