Searched refs:tftp (Results 1 - 14 of 14) sorted by relevance

/external/dnsmasq/src/
H A DAndroid.mk7 netlink.c network.c option.c rfc1035.c rfc2131.c tftp.c util.c
H A Ddnsmasq.c598 /* 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)
/external/curl/tests/server/
H A DMakefile.inc65 tftp.h
H A Dtftpd.c68 #include <arpa/tftp.h>
70 #include "tftp.h"
102 #define PKTSIZE (SEGSIZE + 4) /* SEGSIZE defined in arpa/tftp.h */
/external/dnsmasq/bld/
H A DMakefile5 helper.o tftp.o log.o
/external/autotest/client/virt/
H A Dkvm_vm.py277 def add_net(help, vlan, mode, ifname=None, tftp=None, bootfile=None,
289 if tftp and "[,tftp=" in help:
290 cmd += ",tftp='%s'" % tftp
302 # If the new syntax is supported, don't add -tftp
303 if "[,tftp=" in help:
306 return " -tftp '%s'" % filename
472 tftp = nic_params.get("tftp")
[all...]
/external/curl/lib/
H A DMakefile.inc39 inet_ntop.c parsedate.c select.c tftp.c splay.c strdup.c socks.c \
59 easyif.h multiif.h parsedate.h tftp.h sockaddr.h splay.h strdup.h \
/external/iputils/
H A Dtftpd.c70 #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
/external/curl/tests/
H A Dserverhelp.pm88 /^(tftp|sftp|socks|ssh|rtsp|gopher|httptls)(\d*)(-ipv6|)$/) {
/external/tcpdump/
H A DAndroid.mk141 print-tftp.c \
/external/tcpdump/win32/prj/
H A DGNUmakefile135 ../../print-tftp.o \
/external/toybox/generated/
H A Dglobals.h817 // toys/pending/tftp.c
1388 struct tftp_data tftp; member in union:global_union
H A Dnewtoys.h228 USE_TFTP(NEWTOY(tftp, "<1b#<8>65464r:l:g|p|[!gp]", TOYFLAG_USR|TOYFLAG_BIN))
H A Dflags.h2596 // tftp <1b#<8>65464r:l:g|p|[!gp]
5228 #define TT this.tftp

Completed in 732 milliseconds