ファイル定義書 HotDocument 今井浩司

tftp.c

ファイル名ファイル名

tftp.c

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

内容 行数 比率
コメント行数 384 30%
空行行数 209 16%
実行行数 695 54%
合計行数 1288 100%

関数定義数関数定義数

内容 定義数
関数数 31

定義関数定義関数

No. 名称 属性 説明
1
StaticStatic tftp_free static void Free TFTP request
2
StaticStatic tftp_done static void Mark TFTP request as complete
3
StaticStatic tftp_reopen static int Reopen TFTP socket
4
StaticStatic tftp_reopen_mc static int Reopen TFTP multicast socket
5
StaticStatic tftp_presize static int Presize TFTP receive buffers and block bitmap
6
FunctionFunction tftp_set_request_blksize void Set TFTP request blocksize
7
FunctionFunction tftp_set_mtftp_address void Set MTFTP multicast address
8
FunctionFunction tftp_set_mtftp_port void Set MTFTP multicast port
9
StaticStatic tftp_send_rrq static int Transmit RRQ
10
StaticStatic tftp_send_ack static int Transmit ACK
11
StaticStatic tftp_send_error static int Transmit ERROR (Abort)
12
StaticStatic tftp_send_packet static int Transmit next relevant packet
13
StaticStatic tftp_timer_expired static void Handle TFTP retransmission timer expiry
14
StaticStatic tftp_process_blksize static int Process TFTP "blksize" option
15
StaticStatic tftp_process_tsize static int Process TFTP "tsize" option
16
StaticStatic tftp_process_multicast static int Process TFTP "multicast" option
17
StaticStatic tftp_process_option static int Process TFTP option
18
StaticStatic tftp_rx_oack static int Receive OACK
19
StaticStatic tftp_rx_data static int Receive DATA
20
StaticStatic tftp_rx_error static int Receive ERROR
21
StaticStatic tftp_rx static int Receive new data
22
StaticStatic tftp_socket_deliver_iob static int Receive new data via socket
23
StaticStatic tftp_mc_socket_deliver_iob static int Receive new data via multicast socket
24
StaticStatic tftp_xfer_close static void Close TFTP data transfer interface
25
StaticStatic tftp_xfer_window static size_t Check flow control window
26
StaticStatic tftp_core_open static int Initiate TFTP/TFTM/MTFTP download
27
StaticStatic tftp_open static int Initiate TFTP download
28
StaticStatic tftpsize_open static int Initiate TFTP-size request
29
StaticStatic tftm_open static int Initiate TFTM download
30
StaticStatic mtftp_open static int Initiate MTFTP download
31
StaticStatic tftp_apply_settings static int Apply TFTP configuration settings

See Also

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