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

  /external/iputils/
tftpd.c 70 #include "tftp.h"
96 void tftp(struct tftphdr *tp, int size) __attribute__((noreturn));
138 * to listening to the tftp port, and the next request
144 * tftp port before we do our receive, so more than one
201 tftp(tp, n);
223 void tftp(struct tftphdr *tp, int size) function
502 { EBADOP, "Illegal TFTP operation" },
512 * standard TFTP codes, or a UNIX errno
  /external/toybox/generated/
globals.h 863 // toys/pending/tftp.c
1434 struct tftp_data tftp; member in union:global_union

Completed in 248 milliseconds