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

  /external/dnsmasq/src/
Android.mk 7 netlink.c network.c option.c rfc1035.c rfc2131.c tftp.c util.c
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/dnsmasq/bld/
Makefile 5 helper.o tftp.o log.o
  /external/tcpdump/
Android.mk 105 print-tftp.c\
  /external/grub/netboot/
main.c 23 ETHERBOOT - BOOTP/TFTP Bootstrap Program
34 TFTP - RFC1350, RFC2347 (options), RFC2348 (blocksize), RFC2349 (tsize)
297 TFTP - Download extended BOOTP data, or kernel image
300 tftp (const char *name, int (*fnc) (unsigned char *, int, int, int)) function
313 * except possibly ARP requests from the DHCP/TFTP server. We use
370 grub_printf ("TFTP error %d (%s)\n",
593 * interest, except possibly ARP requests from the DHCP/TFTP
858 in memory due to fragmented TFTP packets - took me
931 /* TFTP ? */
1106 tftp (fname, decode_rfc1533)
    [all...]

Completed in 4562 milliseconds