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