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

  /external/iputils/
tftpsubs.c 78 struct tftphdr *rw_init(int);
80 struct tftphdr *w_init() { return rw_init(0); } /* write-behind */
81 struct tftphdr *r_init() { return rw_init(1); } /* read-ahead */
85 struct tftphdr *rw_init(int x) function
  /external/curl/tests/server/
tftpd.c 265 static struct tftphdr *rw_init(int);
429 static struct tftphdr *rw_init(int x) function
442 return rw_init(0); /* write-behind */
447 return rw_init(1); /* read-ahead */
    [all...]

Completed in 85 milliseconds