ファイル名tftp.c
ソースファイル情報| 内容 | 行数 | 比率 |
|---|---|---|
| コメント行数 | 354 | 30% |
| 空行行数 | 191 | 16% |
| 実行行数 | 642 | 54% |
| 合計行数 | 1187 | 100% |
関数定義数| 内容 | 定義数 |
|---|---|
| 関数数 | 29 |
定義関数| 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_packet | static int | Transmit next relevant packet | |
12 |
tftp_timer_expired | static void | Handle TFTP retransmission timer expiry | |
13 |
tftp_process_blksize | static int | Process TFTP "blksize" option | |
14 |
tftp_process_tsize | static int | Process TFTP "tsize" option | |
15 |
tftp_process_multicast | static int | Process TFTP "multicast" option | |
16 |
tftp_process_option | static int | Process TFTP option | |
17 |
tftp_rx_oack | static int | Receive OACK | |
18 |
tftp_rx_data | static int | Receive DATA | |
19 |
tftp_rx_error | static int | Receive ERROR | |
20 |
tftp_rx | static int | Receive new data | |
21 |
tftp_socket_deliver_iob | static int | Receive new data via socket | |
22 |
tftp_mc_socket_deliver_iob | static int | Receive new data via multicast socket | |
23 |
tftp_xfer_close | static void | Close TFTP data transfer interface | |
24 |
tftp_xfer_window | static size_t | Check flow control window | |
25 |
tftp_core_open | static int | Initiate TFTP/TFTM/MTFTP download | |
26 |
tftp_open | static int | Initiate TFTP download | |
27 |
tftm_open | static int | Initiate TFTM download | |
28 |
mtftp_open | static int | Initiate MTFTP download | |
29 |
tftp_apply_settings | static int | Apply TFTP configuration settings |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー