Home
last modified time | relevance | path

Searched refs:tftp (Results 1 – 25 of 174) sorted by relevance

1234567

/external/syslinux/gpxe/src/net/udp/
Dtftp.c149 struct tftp_request *tftp = in tftp_free() local
152 uri_put ( tftp->uri ); in tftp_free()
153 bitmap_free ( &tftp->bitmap ); in tftp_free()
154 free ( tftp ); in tftp_free()
163 static void tftp_done ( struct tftp_request *tftp, int rc ) { in tftp_done() argument
165 DBGC ( tftp, "TFTP %p finished with status %d (%s)\n", in tftp_done()
166 tftp, rc, strerror ( rc ) ); in tftp_done()
169 stop_timer ( &tftp->timer ); in tftp_done()
172 xfer_nullify ( &tftp->socket ); in tftp_done()
173 xfer_close ( &tftp->socket, rc ); in tftp_done()
[all …]
/external/syslinux/com32/libupload/
Dupload_tftp.c53 static int send_ack_packet(struct tftp_state *tftp, in send_ack_packet() argument
72 uw->ip = tftp->srv_ip; in send_ack_packet()
73 uw->gw = tftp->srv_gw; in send_ack_packet()
74 uw->src_port = tftp->my_port; in send_ack_packet()
75 uw->dst_port = tftp->srv_port ? tftp->srv_port : htons(69); in send_ack_packet()
85 ur->src_ip = tftp->srv_ip; in send_ack_packet()
86 ur->dest_ip = tftp->my_ip; in send_ack_packet()
87 ur->s_port = tftp->srv_port; in send_ack_packet()
88 ur->d_port = tftp->my_port; in send_ack_packet()
95 tftp->srv_ip == ur->src_ip && in send_ack_packet()
[all …]
/external/curl/tests/data/
Dtest200418 for tftp test
26 tftp
33tftp://%HOSTIP:%TFTPPORT//2004 sftp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt file://localhost/%PWD/…
60 for tftp test
72 for tftp test
Dtest14534 Too long tftp filename
20 tftp
23 Too long tftp filename
26 tftp://%HOSTIP:%TFTPPORT/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa…
Dtest28314 tftp
20 tftp://%HOSTIP:%TFTPPORT//invalid-file --tftp-blksize 1024
Dtest124224 tftp
30 tftp://%HOSTIP:%TFTPPORT//1242 --tftp-no-options
Dtest124313 tftp
19 -T log/test1243.txt tftp://%HOSTIP:%TFTPPORT// --tftp-no-options
Dtest109920 tftp
26 tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//1099
Dtest27124 tftp
30 tftp://%HOSTIP:%TFTPPORT//271
Dtest109325 tftp
31 "tftp://%HOSTIP:%TFTPPORT//1093;mode=i" --use-ascii
Dtest104925 tftp
31 tftp://%HOSTIP:%TFTPPORT//1049 --interface %CLIENTIP
Dtest100925 tftp
31 tftp://%HOSTIP:%TFTPPORT//1009 --local-port 44444-45444
Dtest28513 tftp
19 -T log/test285.txt tftp://%HOSTIP:%TFTPPORT//
Dtest109431 tftp
37 "tftp://%HOSTIP:%TFTPPORT//1094;mode=netascii"
Dtest100714 tftp
20 -T log/test1007.txt tftp://%HOSTIP:%TFTPPORT//invalid-file
Dtest123825 tftp
32 tftp://%HOSTIP:%TFTPPORT//1238 -Y1000 -y2
Dtest28448 tftp
54 tftp://%HOSTIP:%TFTPPORT//284
Dtest200355 tftp
61 …%FTPPORT/20030002 file://localhost/%PWD/log/test2003.txt tftp://%HOSTIP:%TFTPPORT//20030003 tftp:/…
Dtest28613 tftp
19 -T log/test286.txt tftp://%HOSTIP:%TFTPPORT//
Dtest200255 tftp
61 …01 ftp://%HOSTIP:%FTPPORT/20020002 file://localhost/%PWD/log/test2002.txt tftp://%HOSTIP:%TFTPPORT…
/external/syslinux/core/legacynet/
Dcore.c28 struct net_private_tftp *priv = &socket->net.tftp; in core_udp_open()
43 struct net_private_tftp *priv = &socket->net.tftp; in core_udp_close()
59 struct net_private_tftp *priv = &socket->net.tftp; in core_udp_connect()
89 struct net_private_tftp *priv = &socket->net.tftp; in core_udp_recv()
126 struct net_private_tftp *priv = &socket->net.tftp; in core_udp_send()
162 struct net_private_tftp *priv = &socket->net.tftp; in core_udp_sendto()
/external/curl/docs/cmdline-opts/
Dtftp-no-options.d1 Long: tftp-no-options
9 or properly implement TFTP options. When this option is used --tftp-blksize is
/external/tcpdump/tests/
Dtftp-heapoverflow.out2 48.48.48.48.69 > 48.48.48.48.12336: 12308 RRQ "00" [|tftp]
/external/iputils/
Dtftpd.c96 void tftp(struct tftphdr *tp, int size) __attribute__((noreturn));
201 tftp(tp, n); in main()
223 void tftp(struct tftphdr *tp, int size) in tftp() function
/external/iputils/doc/
Dtftpd.sgml53 tftp directories in these services should coincide and it is expected
85 access to files published in tftp directory. If it is executed
99 <citerefentry><refentrytitle/tftp/<manvolnum/1/</citerefentry>,

1234567