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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tftp.c30 #include <arpa/tftp.h>
38 interpret_tftp(int flags, struct tftphdr *tftp, int fraglen) argument
44 switch (ntohs(tftp->th_opcode)) {
55 switch (ntohs(tftp->th_opcode)) {
57 name = (char *)&tftp->th_stuff;
63 name = (char *)&tftp->th_stuff;
71 ntohs(tftp->th_block),
78 ntohs(tftp->th_block));
83 tftperror(ntohs(tftp->th_code)));
92 (void) sprintf(get_line((char *)(uintptr_t)tftp
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A DMakefile27 PROG= tftp
28 OBJS= main.o tftp.o tftpsubs.o
34 MANIFEST= tftp-udp6.xml
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dinc.flg33 find_files "s.*" usr/src/cmd/cmd-inet/usr.bin/tftp
H A DMakefile58 OTHERSRC= ../usr.bin/tftp/tftpsubs.c
274 $(LINT.c) in.tftpd.c ../usr.bin/tftp/tftpsubs.c $(LDLIBS) \
H A Din.tftpd.c147 static void tftp(struct tftphdr *, int);
272 /* Enable privilege as tftp port is < 1024 */
314 * Top level handling of incomming tftp requests. Read a request
450 tftp(tp, n);
771 tftp(struct tftphdr *tp, int size) function
813 syslog(LOG_ERR, "fork (tftp): %m");
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dtftpcommon.h33 * Defines and function declarations common to tftp and in.tftpd.
40 #include <arpa/tftp.h>
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h81 extern int tftp P((const char *name, int (*)(unsigned char *, unsigned int, unsigned int, int)));
102 #define tftp(fname, load_block) 0 macro
/illumos-gate/usr/src/ucbcmd/
H A DMakefile131 tftp \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A DMakefile36 pppd pppdump pppstats rdist talk telnet tftp
48 LINTSUBDIRS= nca netstat pppd pppstats tftp
/illumos-gate/usr/src/boot/sys/boot/userboot/libstand/
H A DMakefile131 SRCS+= ufs.c nfs.c cd9660.c tftp.c gzipfs.c bzipfs.c
/illumos-gate/usr/src/man/man1/
H A DMakefile373 tftp.1 \
/illumos-gate/usr/src/head/
H A DMakefile252 tftp.h \
/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c1 /* $NetBSD: tftp.c,v 1.4 1997/09/17 16:57:07 drochner Exp $ */
45 * - no big time differences between transfers (<tftp timeout)
53 #include <arpa/tftp.h>
61 #include "tftp.h"
80 "tftp",
222 printf("illegal tftp error %d\n", ntohs(t->th_code));
226 printf("tftp-error %d\n", ntohs(t->th_code));
261 printf("tftp type %d not handled\n", ntohs(t->th_opcode));
286 * a tftp.blksize environment variable.
288 if ((tftp_blksize = getenv("tftp
[all...]

Completed in 346 milliseconds