Searched defs:tftp (Results 1 - 3 of 3) 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/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/cmd/cmd-inet/usr.sbin/
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");

Completed in 69 milliseconds