tftp.c | 82 static void tpacket(const char *, struct tftphdr *, int); 274 tpacket("sent", dp, size + 4); 309 tpacket("received", ap, n); 417 tpacket("sent", ap, size); 454 tpacket("received", dp, n); 627 tpacket("sent", tp, (int)msglen); 633 tpacket(const char *s, struct tftphdr *tp, int n) function in typeref:typename:void
|