Type definitions#

Modules#

sl_tftp_ack_pkt

sl_tftp_clnt

sl_tftp_clnt_opt

sl_tftp_data_pkt

sl_tftp_error_pkt

sl_tftp_oack_pkt

sl_tftp_pkt

sl_tftp_pkt_content

sl_tftp_req_pkt

Typedefs#

typedef struct sl_tftp_ack_pkt

TFTP ACK packet.

typedef struct sl_tftp_clnt_opt

TFTP Client options The definition doesn't include the unsupported options.

typedef struct sl_tftp_clnt

TFTP Client.

typedef struct sl_tftp_data_pkt

TFTP data packet.

typedef struct sl_tftp_error_pkt

TFTP error packet.

typedef struct sl_tftp_oack_pkt

TFTP OACK packet.

typedef union sl_tftp_pkt_content

TFTP Packet content union.

typedef struct sl_tftp_pkt

TFTP packet handler.

typedef struct sl_tftp_req_pkt

TFTP request packet.

Typedef Documentation#

sl_tftp_ack_pkt_t#

typedef struct sl_tftp_ack_pkt sl_tftp_ack_pkt_t

TFTP ACK packet.


Definition at line 178 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/sl_tftp_clnt.h

sl_tftp_clnt_opt_t#

typedef struct sl_tftp_clnt_opt sl_tftp_clnt_opt_t

TFTP Client options The definition doesn't include the unsupported options.


Definition at line 154 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/sl_tftp_clnt.h

sl_tftp_clnt_t#

typedef struct sl_tftp_clnt sl_tftp_clnt_t

TFTP Client.


Definition at line 242 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/sl_tftp_clnt.h

sl_tftp_data_pkt_t#

typedef struct sl_tftp_data_pkt sl_tftp_data_pkt_t

TFTP data packet.


Definition at line 172 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/sl_tftp_clnt.h

sl_tftp_error_pkt_t#

typedef struct sl_tftp_error_pkt sl_tftp_error_pkt_t

TFTP error packet.


Definition at line 194 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/sl_tftp_clnt.h

sl_tftp_oack_pkt_t#

typedef struct sl_tftp_oack_pkt sl_tftp_oack_pkt_t

TFTP OACK packet.


Definition at line 186 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/sl_tftp_clnt.h

sl_tftp_pkt_content_t#

typedef union sl_tftp_pkt_content sl_tftp_pkt_content_t

TFTP Packet content union.


Definition at line 208 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/sl_tftp_clnt.h

sl_tftp_pkt_t#

typedef struct sl_tftp_pkt sl_tftp_pkt_t

TFTP packet handler.


Definition at line 216 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/sl_tftp_clnt.h

sl_tftp_req_pkt_t#

typedef struct sl_tftp_req_pkt sl_tftp_req_pkt_t

TFTP request packet.


Definition at line 162 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ftp/sl_tftp_clnt.h