OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
148
int
nffd
, rtfd, maxfd, retval;
local
152
maxfd =
nffd
= nl_socket_get_fd(nf_sock);
153
FD_SET(
nffd
, &rfds);
164
if (FD_ISSET(
nffd
, &rfds))
Completed in 56 milliseconds