HomeSort by relevance Sort by last modified time
    Searched defs:tftp (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
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
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
in.tftpd.c 42 * an infinite loop fielding new TFTP requests. A child process,
134 * Used by TFTP boot procedures
147 static void tftp(struct tftphdr *, int);
274 /* Enable privilege as tftp port is < 1024 */
316 * Top level handling of incomming tftp requests. Read a request
452 tftp(tp, n);
669 * To continue to interoperate with broken TFTP clients, ignore
773 tftp(struct tftphdr *tp, int size) function
815 syslog(LOG_ERR, "fork (tftp): %m");
893 * For PNP, we get TFTP boot requests for filenames lik
    [all...]

Completed in 240 milliseconds