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