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 227 int fix_fd(int fd) { function
257 setsockopt(tcpfd, IPV6_LEVEL, IPV6_V6ONLY, &opt, sizeof(opt)) == -1 || !fix_fd(fd) ||
258 !fix_fd(tcpfd) ||
298 !fix_fd(tcpfd) ||
302 setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt)) == -1 || !fix_fd(fd) ||
370 !fix_fd(new->tcpfd) || !fix_fd(new->fd))
527 !fix_fd(new->tcpfd) || !fix_fd(new->fd))
585 if (fix_fd(fd)
    [all...]
util.c 215 if (pipe(fd) == -1 || !fix_fd(fd[1]) || (read_noblock && !fix_fd(fd[0])))
helper.c 59 if (pipe(pipefd) == -1 || !fix_fd(pipefd[1]) || (pid = fork()) == -1) {
dhcp.c 40 if (!fix_fd(fd) ||
dnsmasq.c 1003 if (!fix_fd(fd) ||
    [all...]
dnsmasq.h 743 int fix_fd(int fd);

Completed in 618 milliseconds