Searched refs:tftp (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_tftp.c | 30 #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 D | Makefile | 27 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 D | inc.flg | 33 find_files "s.*" usr/src/cmd/cmd-inet/usr.bin/tftp
|
H A D | Makefile | 58 OTHERSRC= ../usr.bin/tftp/tftpsubs.c 274 $(LINT.c) in.tftpd.c ../usr.bin/tftp/tftpsubs.c $(LDLIBS) \
|
H A D | in.tftpd.c | 147 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 D | tftpcommon.h | 33 * 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 D | grub.h | 81 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 D | Makefile | 131 tftp \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | Makefile | 36 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 D | Makefile | 131 SRCS+= ufs.c nfs.c cd9660.c tftp.c gzipfs.c bzipfs.c
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 373 tftp.1 \
|
/illumos-gate/usr/src/head/ |
H A D | Makefile | 252 tftp.h \
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | tftp.c | 1 /* $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