Searched refs:tftp (Results 1 – 21 of 21) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_tftp.c | 49 struct tftphdr *tftp = data; in interpret_tftp() local 54 switch (ntohs(tftp->th_opcode)) { in interpret_tftp() 77 switch (ntohs(tftp->th_opcode)) { in interpret_tftp() 79 name = (char *)&tftp->th_stuff; in interpret_tftp() 85 name = (char *)&tftp->th_stuff; in interpret_tftp() 93 ntohs(tftp->th_block), blocksize, in interpret_tftp() 98 ntohs(tftp->th_block)); in interpret_tftp() 102 tftperror(ntohs(tftp->th_code))); in interpret_tftp() 106 tftp_parse_oack((char *)&tftp->th_stuff, in interpret_tftp() 107 fraglen - sizeof (tftp->th_opcode), &opts)); in interpret_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/pkg/manifests/ |
H A D | service-network-tftp.p5m | 27 set name=pkg.fmri value=pkg:/service/network/tftp@$(PKGVERS) 37 file path=lib/svc/manifest/network/tftp-udp6.xml group=sys mode=0444 40 file path=usr/bin/tftp mode=0555 44 file path=usr/share/man/man1/tftp.1
|
H A D | compatibility-ucb.p5m | 149 link path=usr/ucb/tftp target=../bin/tftp
|
H A D | source-system-grub.p5m | 171 file path=usr/share/src/grub/netboot/tftp.h
|
H A D | system-header.p5m | 62 file path=usr/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
|
H A D | Makefile.solaris | 134 tftp.h tg3.c tg3.h timer.c timer.h tlan.c tlan.h tulip.c \
|
H A D | Makefile.am | 18 pci_ids.h pci_io.c stdint.h tftp.h timer.c timer.h \
|
/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 | in.tftpd.c | 148 static void tftp(struct tftphdr *, int); 451 tftp(tp, n); in main() 772 tftp(struct tftphdr *tp, int size) in tftp() function
|
H A D | Makefile | 59 OTHERSRC= ../usr.bin/tftp/tftpsubs.c
|
/illumos-gate/usr/src/ucbcmd/ |
H A D | Makefile | 126 tftp \
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | Makefile.inc | 200 SRCS += $(SASRC)/tftp.c 206 OBJECTS += tftp.o
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | Makefile | 38 pppd pppdump pppstats rdist talk telnet tftp
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 368 tftp.1 \
|
/illumos-gate/usr/src/head/ |
H A D | Makefile | 254 tftp.h \
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | configure.ac | 308 dnl AC_ARG_ENABLE(tftp, 309 dnl [ --enable-tftp enable TFTP support in Stage 2])
|
H A D | ChangeLog | 4733 * netboot/etherboot.h (tftp): Change the type of the first 4735 * netboot/main.c (tftp): Likewise. 4932 (tftp): Likewise. 5607 * configure.in (--enable-tftp): Deleted. 7331 * configure.in (--enable-tftp): New option. 7355 tftp.
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ |
H A D | services | 157 tftp 69/udp
|
/illumos-gate/usr/src/boot/forth/ |
H A D | support.4th | 1264 0 exit \ readdir does not work on tftp
|