# Copyright 2025 MicroEJ Corp. This file has been modified and/or created by MicroEJ Corp.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# 
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation. The Copyright holder(s) designates
# this particular file as subject to the "Classpath" exception as provided
# by the Copyright holder(s) in the LICENSE file that accompanied this code.
# 
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
# 
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
# 
# Please contact the Copyright holder(s) if you need additional information
# or have any questions.
# (if Oracle: 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com)

0  LLNET_CHANNEL_IMPL_initialize
1  LLNET_SOCKETCHANNEL_IMPL_connect fd=%d
2  LLNET_SOCKETCHANNEL_IMPL_socket | fd or err=%d
3  LLNET_STREAMSOCKETCHANNEL_IMPL_read fd=%d offset=%d length=%d | nbRead=%d
4  LLNET_STREAMSOCKETCHANNEL_IMPL_write fd=%d offset=%d length=%d | nbWritten=%d
5  LLNET_CHANNEL_IMPL_shutdown fd=%d, stream=%d
6  LLNET_CHANNEL_IMPL_close fd=%d
7  LLNET_CHANNEL_IMPL_bind fd=%d
8  LLNET_CHANNEL_IMPL_listen fd=%d, backlog=%d
9  LLNET_DATAGRAMSOCKETCHANNEL_IMPL_receive fd=%d | %d
10 LLNET_DATAGRAMSOCKETCHANNEL_IMPL_send fd=%d offset=%d length=%d dstPort=%d
11 LLNET_DATAGRAMSOCKETCHANNEL_IMPL_disconnect fd=%d
12 LLNET_SOCKETCHANNEL_IMPL_serverSocket | %d
13 LLNET_SOCKETCHANNEL_IMPL_multicastSocket | %d
14 LLNET_STREAMSOCKETCHANNEL_IMPL_accept fd=%d
15 LLNET_STREAMSOCKETCHANNEL_IMPL_available fd=%d
