Searched refs:tftp (Results 1 – 25 of 174) sorted by relevance
1234567
/external/syslinux/gpxe/src/net/udp/ |
D | tftp.c | 149 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/ |
D | upload_tftp.c | 53 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/ |
D | test2004 | 18 for tftp test 26 tftp 33 …tftp://%HOSTIP:%TFTPPORT//2004 sftp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt file://localhost/%PWD/… 60 for tftp test 72 for tftp test
|
D | test1453 | 4 Too long tftp filename 20 tftp 23 Too long tftp filename 26 tftp://%HOSTIP:%TFTPPORT/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa…
|
D | test283 | 14 tftp 20 tftp://%HOSTIP:%TFTPPORT//invalid-file --tftp-blksize 1024
|
D | test1242 | 24 tftp 30 tftp://%HOSTIP:%TFTPPORT//1242 --tftp-no-options
|
D | test1243 | 13 tftp 19 -T log/test1243.txt tftp://%HOSTIP:%TFTPPORT// --tftp-no-options
|
D | test1099 | 20 tftp 26 tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//1099
|
D | test271 | 24 tftp 30 tftp://%HOSTIP:%TFTPPORT//271
|
D | test1093 | 25 tftp 31 "tftp://%HOSTIP:%TFTPPORT//1093;mode=i" --use-ascii
|
D | test1049 | 25 tftp 31 tftp://%HOSTIP:%TFTPPORT//1049 --interface %CLIENTIP
|
D | test1009 | 25 tftp 31 tftp://%HOSTIP:%TFTPPORT//1009 --local-port 44444-45444
|
D | test285 | 13 tftp 19 -T log/test285.txt tftp://%HOSTIP:%TFTPPORT//
|
D | test1094 | 31 tftp 37 "tftp://%HOSTIP:%TFTPPORT//1094;mode=netascii"
|
D | test1007 | 14 tftp 20 -T log/test1007.txt tftp://%HOSTIP:%TFTPPORT//invalid-file
|
D | test1238 | 25 tftp 32 tftp://%HOSTIP:%TFTPPORT//1238 -Y1000 -y2
|
D | test284 | 48 tftp 54 tftp://%HOSTIP:%TFTPPORT//284
|
D | test2003 | 55 tftp 61 …%FTPPORT/20030002 file://localhost/%PWD/log/test2003.txt tftp://%HOSTIP:%TFTPPORT//20030003 tftp:/…
|
D | test286 | 13 tftp 19 -T log/test286.txt tftp://%HOSTIP:%TFTPPORT//
|
D | test2002 | 55 tftp 61 …01 ftp://%HOSTIP:%FTPPORT/20020002 file://localhost/%PWD/log/test2002.txt tftp://%HOSTIP:%TFTPPORT…
|
/external/syslinux/core/legacynet/ |
D | core.c | 28 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/ |
D | tftp-no-options.d | 1 Long: tftp-no-options 9 or properly implement TFTP options. When this option is used --tftp-blksize is
|
/external/tcpdump/tests/ |
D | tftp-heapoverflow.out | 2 48.48.48.48.69 > 48.48.48.48.12336: 12308 RRQ "00" [|tftp]
|
/external/iputils/ |
D | tftpd.c | 96 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/ |
D | tftpd.sgml | 53 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