Searched refs:rw_init (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtftpsubs.c78 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_mod.c149 rw_init(&ppp_lower_lock, NULL, RW_DRIVER, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_mod.c136 rw_init(&ppp_lower_lock, NULL, RW_DRIVER, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/svr4/
H A Dppp_mod.c136 rw_init(&ppp_lower_lock, NULL, RW_DRIVER, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dtftpd.c265 static struct tftphdr *rw_init(int);
438 static struct tftphdr *rw_init(int x) function
451 return rw_init(0); /* write-behind */
456 return rw_init(1); /* read-ahead */

Completed in 95 milliseconds