HomeSort by relevance Sort by last modified time
    Searched defs:tftp (Results 1 - 6 of 6) sorted by null

  /external/syslinux/com32/libupload/
upload_tftp.c 2 * TFTP data output backend
53 static int send_ack_packet(struct tftp_state *tftp,
72 uw->ip = tftp->srv_ip;
73 uw->gw = tftp->srv_gw;
74 uw->src_port = tftp->my_port;
75 uw->dst_port = tftp->srv_port ? tftp->srv_port : htons(69);
85 ur->src_ip = tftp->srv_ip;
86 ur->dest_ip = tftp->my_ip;
87 ur->s_port = tftp->srv_port
126 struct tftp_state tftp; local
    [all...]
  /external/iputils/
tftpd.c 70 #include "tftp.h"
96 void tftp(struct tftphdr *tp, int size) __attribute__((noreturn));
138 * to listening to the tftp port, and the next request
144 * tftp port before we do our receive, so more than one
201 tftp(tp, n);
223 void tftp(struct tftphdr *tp, int size) function
502 { EBADOP, "Illegal TFTP operation" },
512 * standard TFTP codes, or a UNIX errno
  /external/syslinux/gpxe/src/config/
config.c 110 REQUIRE_OBJECT ( tftp ); variable
  /external/syslinux/core/fs/pxe/
pxe.h 129 } tftp; member in union:net_private
241 /* tftp.c */
  /external/syslinux/gpxe/src/net/udp/
tftp.c 40 #include <gpxe/tftp.h>
44 * TFTP protocol
48 FEATURE ( FEATURE_PROTOCOL, "TFTP", DHCP_EB_FEATURE_TFTP, 1 );
50 /* TFTP-specific error codes */
60 * A TFTP request
62 * This data structure holds the state for an ongoing TFTP transfer.
79 * This is the "blksize" option negotiated with the TFTP
80 * server. (If the TFTP server does not support TFTP options,
87 * TFTP server. If the TFTP server does not support th
149 struct tftp_request *tftp = local
489 struct tftp_request *tftp = local
992 struct tftp_request *tftp = local
1036 struct tftp_request *tftp = local
1059 struct tftp_request *tftp = local
1075 struct tftp_request *tftp = local
1107 struct tftp_request *tftp; local
    [all...]
  /external/toybox/generated/
globals.h 888 // toys/pending/tftp.c
1489 struct tftp_data tftp; member in union:global_union

Completed in 5967 milliseconds