ファイル名tcp.c
ソースファイル情報| 内容 | 行数 | 比率 |
|---|---|---|
| コメント行数 | 326 | 29% |
| 空行行数 | 178 | 16% |
| 実行行数 | 603 | 55% |
| 合計行数 | 1107 | 100% |
関数定義数| 内容 | 定義数 |
|---|---|
| 関数数 | 24 |
定義関数| No. | 型 | 名称 | 属性 | 説明 |
|---|---|---|---|---|
1 |
__attribute__ | static inline | Name TCP state | |
2 |
__attribute__ | static inline | Dump TCP state transition | |
3 |
__attribute__ | static inline | Dump TCP flags | |
4 |
tcp_bind | static int | Open and close | |
5 |
tcp_open | static int | Open a TCP connection | |
6 |
tcp_close | static void | Close TCP connection | |
7 |
tcp_xmit_win | static size_t | Transmit data path | |
8 |
tcp_process_queue | static size_t | Process TCP transmit queue | |
9 |
tcp_xmit | static int | Transmit any outstanding data | |
10 |
tcp_expired | static void | Retransmission timer expired | |
11 |
tcp_xmit_reset | static int | Send RST response to incoming packet | |
12 |
tcp_demux | static struct tcp_connection * | Receive data path | |
13 |
tcp_rx_opts | static void | Parse TCP received options | |
14 |
tcp_rx_seq | static void | Consume received sequence space | |
15 |
tcp_rx_syn | static int | Handle TCP received SYN | |
16 |
tcp_rx_ack | static int | Handle TCP received ACK | |
17 |
tcp_rx_data | static int | Handle TCP received data | |
18 |
tcp_rx_fin | static int | Handle TCP received FIN | |
19 |
tcp_rx_rst | static int | Handle TCP received RST | |
20 |
tcp_rx | static int | Process received packet | |
21 |
tcp_xfer_close | static void | Data transfer interface | |
22 |
tcp_xfer_window | static size_t | Check flow control window | |
23 |
tcp_xfer_deliver_iob | static int | Deliver datagram as I/O buffer | |
24 |
tcp_open_uri | static int | Open TCP URI |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー