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

  /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/dnsmasq/src/
dnsmasq.c 54 "TFTP";
150 die(_("TFTP server not available: set HAVE_TFTP in src/config.h"), NULL, EC_BADCONF);
532 my_syslog(MS_TFTP | LOG_INFO, "TFTP %s%s %s",
542 max_fd -= 30; /* use other than TFTP */
561 _("restricting maximum simultaneous TFTP transfers to %d"),
598 /* Whilst polling for the dbus, or doing a tftp transfer, wake every quarter second */
1044 int tftp = 0; local
1048 tftp++;
1093 if (tftp <= daemon->tftp_max && listener->tftpfd != -1)
1260 (and service) events on the DNS and TFTP sockets, (so doing tha
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2620 char * tftp; member in struct:NetdevUserOptions
3266 BlockdevOptionsFile * tftp; member in union:BlockdevOptions::__anon13765
    [all...]

Completed in 76 milliseconds