221N/A# Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
221N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
221N/A# This code is free software; you can redistribute it
and/or modify it
221N/A# under the terms of the GNU General Public License version 2 only, as
221N/A# published by the Free Software Foundation. Sun designates this
221N/A# particular file as subject to the "Classpath" exception as provided
221N/A# by Sun in the LICENSE file that accompanied this code.
221N/A# This code is distributed in the hope that it will be useful, but WITHOUT
221N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
221N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
221N/A# version 2 for more details (a copy is included in the LICENSE file that
221N/A# accompanied this code).
221N/A# You should have received a copy of the GNU General Public License version
221N/A# 2 along with this work; if not, write to the Free Software Foundation,
221N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3817N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
221N/A Java_sun_nio_ch_SctpNet_socket0;
2096N/A Java_sun_nio_ch_SctpNet_bindx;
844N/A Java_sun_nio_ch_SctpNet_getLocalAddresses0;
2096N/A Java_sun_nio_ch_SctpNet_getRemoteAddresses0;
221N/A Java_sun_nio_ch_SctpNet_getPrimAddrOption0;
1289N/A Java_sun_nio_ch_SctpNet_setPrimAddrOption0;
221N/A Java_sun_nio_ch_SctpNet_setPeerPrimAddrOption0;
2899N/A Java_sun_nio_ch_SctpNet_getInitMsgOption0;
2899N/A Java_sun_nio_ch_SctpNet_setInitMsgOption0;
2899N/A Java_sun_nio_ch_SctpNet_getIntOption0;
3817N/A Java_sun_nio_ch_SctpNet_setIntOption0;
3817N/A Java_sun_nio_ch_SctpNet_shutdown0;
3817N/A Java_sun_nio_ch_SctpChannelImpl_initIDs;
221N/A Java_sun_nio_ch_SctpChannelImpl_checkConnect;
679N/A Java_sun_nio_ch_SctpChannelImpl_receive0;
679N/A Java_sun_nio_ch_SctpChannelImpl_send0;
679N/A Java_sun_nio_ch_SctpServerChannelImpl_initIDs;
679N/A Java_sun_nio_ch_SctpServerChannelImpl_accept0;