OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pollsum
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/ldpd/
socketops.c
824
nfds_t
pollsum
;
local in function:the_big_loop
874
pollsum
= 3;
876
pfd[
pollsum
].fd = hs->socket;
877
pfd[
pollsum
].events = POLLIN;
878
pfd[
pollsum
].revents = 0;
879
pollsum
++;
885
if (
pollsum
>= MAX_POLL_FDS)
887
pfd[
pollsum
].fd = csockets[i].socket;
888
pfd[
pollsum
].events = POLLIN;
889
pfd[
pollsum
].revents = 0
[
all
...]
socketops.c
824
nfds_t
pollsum
;
local in function:the_big_loop
874
pollsum
= 3;
876
pfd[
pollsum
].fd = hs->socket;
877
pfd[
pollsum
].events = POLLIN;
878
pfd[
pollsum
].revents = 0;
879
pollsum
++;
885
if (
pollsum
>= MAX_POLL_FDS)
887
pfd[
pollsum
].fd = csockets[i].socket;
888
pfd[
pollsum
].events = POLLIN;
889
pfd[
pollsum
].revents = 0
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025