ファイル定義書 C#

tcp.c

ファイル名ファイル名

tcp.c

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

内容 行数 比率
コメント行数 335 29%
空行行数 185 16%
実行行数 636 55%
合計行数 1156 100%

関数定義数関数定義数

内容 定義数
関数数 24

定義関数定義関数

No. 名称 属性 説明
1
InlineInline __attribute__ static inline Name TCP state
2
InlineInline __attribute__ static inline Dump TCP state transition
3
InlineInline __attribute__ static inline Dump TCP flags
4
StaticStatic tcp_bind static int Open and close
5
StaticStatic tcp_open static int Open a TCP connection
6
StaticStatic tcp_close static void Close TCP connection
7
StaticStatic tcp_xmit_win static size_t Transmit data path
8
StaticStatic tcp_process_queue static size_t Process TCP transmit queue
9
StaticStatic tcp_xmit static int Transmit any outstanding data
10
StaticStatic tcp_expired static void Retransmission timer expired
11
StaticStatic tcp_xmit_reset static int Send RST response to incoming packet
12
StaticStatic tcp_demux static struct tcp_connection * Receive data path
13
StaticStatic tcp_rx_opts static void Parse TCP received options
14
StaticStatic tcp_rx_seq static void Consume received sequence space
15
StaticStatic tcp_rx_syn static int Handle TCP received SYN
16
StaticStatic tcp_rx_ack static int Handle TCP received ACK
17
StaticStatic tcp_rx_data static int Handle TCP received data
18
StaticStatic tcp_rx_fin static int Handle TCP received FIN
19
StaticStatic tcp_rx_rst static int Handle TCP received RST
20
StaticStatic tcp_rx static int Process received packet
21
StaticStatic tcp_xfer_close static void Data transfer interface
22
StaticStatic tcp_xfer_window static size_t Check flow control window
23
StaticStatic tcp_xfer_deliver_iob static int Deliver datagram as I/O buffer
24
StaticStatic tcp_open_uri static int Open TCP URI

See Also

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