Home
last modified time | relevance | path

Searched refs:rw_init (Results 1 – 2 of 2) sorted by relevance

/external/iputils/
Dtftpsubs.c78 struct tftphdr *rw_init(int);
80 struct tftphdr *w_init() { return rw_init(0); } /* write-behind */ in w_init()
81 struct tftphdr *r_init() { return rw_init(1); } /* read-ahead */ in r_init()
85 struct tftphdr *rw_init(int x) in rw_init() function
/external/curl/tests/server/
Dtftpd.c265 static struct tftphdr *rw_init(int);
434 static struct tftphdr *rw_init(int x) in rw_init() function
447 return rw_init(0); /* write-behind */ in w_init()
452 return rw_init(1); /* read-ahead */ in r_init()