Home
last modified time | relevance | path

Searched refs:r_init (Results 1 – 4 of 4) sorted by relevance

/external/iputils/
Dtftp.h86 extern struct tftphdr *r_init(void);
Dtftpsubs.c81 struct tftphdr *r_init() { return rw_init(1); } /* read-ahead */ in r_init() function
Dtftpd.c358 dp = r_init(); in sendfile()
/external/curl/tests/server/
Dtftpd.c269 static struct tftphdr *r_init(void);
445 static struct tftphdr *r_init(void) in r_init() function
1237 struct tftphdr * volatile sdp = r_init(); /* data buffer */ in sendtftp()