ファイル定義書 VC2010

udp.c

ファイル名ファイル名

udp.c

ソースファイル情報ソースファイル情報

内容 行数 比率
コメント行数 132 29%
空行行数 75 16%
実行行数 256 55%
合計行数 463 100%

関数定義数関数定義数

内容 定義数
関数数 12

定義関数定義関数

No. 名称 属性 説明
1
StaticStatic udp_bind static int Bind UDP connection to local port
2
StaticStatic udp_open_common static int Open a UDP connection
3
FunctionFunction udp_open int Open a UDP connection
4
FunctionFunction udp_open_promisc int Open a promiscuous UDP connection
5
StaticStatic udp_close static void Close a UDP connection
6
StaticStatic udp_tx static int Transmit data via a UDP connection to a specified address
7
StaticStatic udp_demux static struct udp_connection * Identify UDP connection by local address
8
StaticStatic udp_rx static int Process a received packet
9
StaticStatic udp_xfer_close static void Data transfer interface
10
StaticStatic udp_alloc_iob static struct io_buffer * Allocate I/O buffer for UDP
11
StaticStatic udp_xfer_deliver_iob static int Deliver datagram as I/O buffer
12
StaticStatic udp_open_uri static int Open UDP URI

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー