HomeSort by relevance Sort by last modified time
    Searched full:set_nonblock (Results 1 - 6 of 6) sorted by null

  /external/avahi/avahi-utils/
sigint.c 40 static int set_nonblock(int fd) { function
95 set_nonblock(pipe_fds[0]);
96 set_nonblock(pipe_fds[1]);
  /external/avahi/avahi-common/
simple-watch.c 118 static int set_nonblock(int fd) { function
329 set_nonblock(s->wakeup_pipe[0]);
330 set_nonblock(s->wakeup_pipe[1]);
  /external/netperf/src/
nettest_sctp.c 618 if (!set_nonblock(send_socket)) {
    [all...]
netlib.h 607 extern int set_nonblock (SOCKET sock);
netlib.c 2423 set_nonblock (SOCKET sock) function
    [all...]
nettest_bsd.c     [all...]

Completed in 104 milliseconds