Searched refs:setnonblocking (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dsocket.c85 * @param socket (r) socket, if in blocking mode, pass "setnonblocking" arg as 1
88 * @param setnonblocking (r) when non-zero this func will enable and disable non blocking
94 ssize_t readt(int socket, void *data, const size_t length, int setnonblocking, int timeout) argument
104 if (setnonblocking) {
174 if (setnonblocking) {
188 * @param socket (r) socket, if in blocking mode, pass "setnonblocking" arg as 1
191 * @param setnonblocking (r) when non-zero this func will enable and disable non blocking
197 ssize_t writet(int socket, void *data, const size_t length, int setnonblocking, int timeout) argument
205 if (setnonblocking) {
269 if (setnonblocking) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dutil.h142 extern ssize_t readt(int socket, void *data, const size_t length, int setnonblocking, int timeout);
143 extern ssize_t writet(int socket, void *data, const size_t length, int setnonblocking, int timeout);

Completed in 157 milliseconds