OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtfd
(Results
1 - 2
of
2
) sorted by null
/external/libnl/src/
nf-log.c
123
int nffd,
rtfd
, maxfd, retval;
local
130
rtfd
= nl_socket_get_fd(rt_sock);
131
FD_SET(
rtfd
, &rfds);
132
if (maxfd <
rtfd
)
133
maxfd =
rtfd
;
141
if (FD_ISSET(
rtfd
, &rfds))
nf-queue.c
148
int nffd,
rtfd
, maxfd, retval;
local
155
rtfd
= nl_socket_get_fd(rt_sock);
156
FD_SET(
rtfd
, &rfds);
157
if (maxfd <
rtfd
)
158
maxfd =
rtfd
;
166
if (FD_ISSET(
rtfd
, &rfds))
Completed in 123 milliseconds