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

  /external/dnsmasq/src/
network.c 268 int fix_fd(int fd) function
308 !fix_fd(fd) ||
309 !fix_fd(tcpfd) ||
357 !fix_fd(tcpfd) ||
362 !fix_fd(fd) ||
434 !fix_fd(new->tcpfd) ||
435 !fix_fd(new->fd))
605 !fix_fd(new->tcpfd) ||
606 !fix_fd(new->fd))
671 if (fix_fd(fd)
    [all...]
util.c 239 !fix_fd(fd[1]) ||
240 (read_noblock && !fix_fd(fd[0])))
helper.c 61 if (pipe(pipefd) == -1 || !fix_fd(pipefd[1]) || (pid = fork()) == -1)
dhcp.c 42 if (!fix_fd(fd) ||
dnsmasq.c 1109 if (!fix_fd(fd) ||
dnsmasq.h 752 int fix_fd(int fd);

Completed in 99 milliseconds