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