src/java.base/unix/classes/java/net/PlainDatagramSocketImpl.java
changeset 55375 96c7427456f9
parent 55081 dd321e3596c0
child 58680 7e9e2f10a050
equal deleted inserted replaced
55374:5c4f1b7c753b 55375:96c7427456f9
    55     }
    55     }
    56 
    56 
    57     protected synchronized native void bind0(int lport, InetAddress laddr)
    57     protected synchronized native void bind0(int lport, InetAddress laddr)
    58         throws SocketException;
    58         throws SocketException;
    59 
    59 
    60     protected native void send(DatagramPacket p) throws IOException;
    60     protected native void send0(DatagramPacket p) throws IOException;
    61 
    61 
    62     protected synchronized native int peek(InetAddress i) throws IOException;
    62     protected synchronized native int peek(InetAddress i) throws IOException;
    63 
    63 
    64     protected synchronized native int peekData(DatagramPacket p) throws IOException;
    64     protected synchronized native int peekData(DatagramPacket p) throws IOException;
    65 
    65