ファイル名tftp.c
ソースファイル情報| 内容 | 行数 | 比率 | 
|---|---|---|
| コメント行数 | 384 | 30% | 
| 空行行数 | 209 | 16% | 
| 実行行数 | 695 | 54% | 
| 合計行数 | 1288 | 100% | 
関数定義数| 内容 | 定義数 | 
|---|---|
| 関数数 | 31 | 
定義関数| No. | 型 | 名称 | 属性 | 説明 | 
|---|---|---|---|---|
1  | 
tftp_free | static void | Free TFTP request | |
2  | 
tftp_done | static void | Mark TFTP request as complete | |
3  | 
tftp_reopen | static int | Reopen TFTP socket | |
4  | 
tftp_reopen_mc | static int | Reopen TFTP multicast socket | |
5  | 
tftp_presize | static int | Presize TFTP receive buffers and block bitmap | |
6  | 
tftp_set_request_blksize | void | Set TFTP request blocksize | |
7  | 
tftp_set_mtftp_address | void | Set MTFTP multicast address | |
8  | 
tftp_set_mtftp_port | void | Set MTFTP multicast port | |
9  | 
tftp_send_rrq | static int | Transmit RRQ | |
10  | 
tftp_send_ack | static int | Transmit ACK | |
11  | 
tftp_send_error | static int | Transmit ERROR (Abort) | |
12  | 
tftp_send_packet | static int | Transmit next relevant packet | |
13  | 
tftp_timer_expired | static void | Handle TFTP retransmission timer expiry | |
14  | 
tftp_process_blksize | static int | Process TFTP "blksize" option | |
15  | 
tftp_process_tsize | static int | Process TFTP "tsize" option | |
16  | 
tftp_process_multicast | static int | Process TFTP "multicast" option | |
17  | 
tftp_process_option | static int | Process TFTP option | |
18  | 
tftp_rx_oack | static int | Receive OACK | |
19  | 
tftp_rx_data | static int | Receive DATA | |
20  | 
tftp_rx_error | static int | Receive ERROR | |
21  | 
tftp_rx | static int | Receive new data | |
22  | 
tftp_socket_deliver_iob | static int | Receive new data via socket | |
23  | 
tftp_mc_socket_deliver_iob | static int | Receive new data via multicast socket | |
24  | 
tftp_xfer_close | static void | Close TFTP data transfer interface | |
25  | 
tftp_xfer_window | static size_t | Check flow control window | |
26  | 
tftp_core_open | static int | Initiate TFTP/TFTM/MTFTP download | |
27  | 
tftp_open | static int | Initiate TFTP download | |
28  | 
tftpsize_open | static int | Initiate TFTP-size request | |
29  | 
tftm_open | static int | Initiate TFTM download | |
30  | 
mtftp_open | static int | Initiate MTFTP download | |
31  | 
tftp_apply_settings | static int | Apply TFTP configuration settings | 
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー