HomeSort by relevance Sort by last modified time
    Searched refs:fix_fd (Results 1 - 7 of 7) sorted by null

  /external/dnsmasq/src/
network.c 255 int fix_fd(int fd) function
295 !fix_fd(fd) ||
296 !fix_fd(tcpfd) ||
344 !fix_fd(tcpfd) ||
349 !fix_fd(fd) ||
367 if (!fix_fd(tftpfd) ||
424 !fix_fd(new->tcpfd) ||
425 !fix_fd(new->fd))
473 !fix_fd(new->tftpfd) ||
562 !fix_fd(new->tcpfd) |
    [all...]
util.c 237 !fix_fd(fd[1]) ||
238 (read_noblock && !fix_fd(fd[0])))
helper.c 61 if (pipe(pipefd) == -1 || !fix_fd(pipefd[1]) || (pid = fork()) == -1)
tftp.c 170 !fix_fd(transfer->sockfd))
dhcp.c 42 if (!fix_fd(fd) ||
dnsmasq.c 1244 if (!fix_fd(fd) ||
    [all...]
dnsmasq.h 791 int fix_fd(int fd);

Completed in 136 milliseconds