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

  /external/libnl/src/
nf-log.c 123 int nffd, rtfd, maxfd, retval; local
127 maxfd = nffd = nl_socket_get_fd(nf_sock);
128 FD_SET(nffd, &rfds);
139 if (FD_ISSET(nffd, &rfds))
nf-queue.c 125 int nffd, rtfd, maxfd, retval; local
129 maxfd = nffd = nl_socket_get_fd(nf_sock);
130 FD_SET(nffd, &rfds);
141 if (FD_ISSET(nffd, &rfds))

Completed in 2278 milliseconds