ファイル名udp.c
ソースファイル情報| 内容 | 行数 | 比率 | 
|---|---|---|
| コメント行数 | 132 | 29% | 
| 空行行数 | 74 | 16% | 
| 実行行数 | 255 | 55% | 
| 合計行数 | 461 | 100% | 
関数定義数| 内容 | 定義数 | 
|---|---|
| 関数数 | 12 | 
定義関数| No. | 型 | 名称 | 属性 | 説明 | 
|---|---|---|---|---|
1  | 
udp_bind | static int | Bind UDP connection to local port | |
2  | 
udp_open_common | static int | Open a UDP connection | |
3  | 
udp_open | int | Open a UDP connection | |
4  | 
udp_open_promisc | int | Open a promiscuous UDP connection | |
5  | 
udp_close | static void | Close a UDP connection | |
6  | 
udp_tx | static int | Transmit data via a UDP connection to a specified address | |
7  | 
udp_demux | static struct udp_connection * | Identify UDP connection by local address | |
8  | 
udp_rx | static int | Process a received packet | |
9  | 
udp_xfer_close | static void | Data transfer interface | |
10  | 
udp_alloc_iob | static struct io_buffer * | Allocate I/O buffer for UDP | |
11  | 
udp_xfer_deliver_iob | static int | Deliver datagram as I/O buffer | |
12  | 
udp_open_uri | static int | Open UDP URI | 
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー