File: tftpsubs.h

package info (click to toggle)
netkit-tftp 0.10-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 160 kB
  • ctags: 150
  • sloc: ansic: 1,517; makefile: 92; sh: 32
file content (7 lines) | stat: -rw-r--r-- 323 bytes parent folder | download
1
2
3
4
5
6
7
int synchnet(int);
struct tftphdr *r_init(void);
struct tftphdr *w_init(void);
int readit(FILE *file, struct tftphdr **dpp, int convert);
int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert);
void read_ahead(FILE *file, int convert /* if true, convert to ascii */);
int write_behind(FILE *file, int convert);