OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tftp
(Results
1 - 6
of
6
) 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/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/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 5861 milliseconds