OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:find_fd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/unbound/dist/util/
winsock_event.c
93
find_fd
(struct event_base* base, int fd)
function
501
log_assert(ev->ev_fd==-1 ||
find_fd
(ev->ev_base, ev->ev_fd) == -1);
/src/external/bsd/libpcap/dist/
pcap-sita.c
68
int
find_fd
; /* a big kludge to avoid my programming limitations since I could have this unit open for findalldevs purposes */
member in struct:unit
178
if (units[c][s].fd == fd || units[c][s].
find_fd
== fd) {
352
else u->
find_fd
= sockfd;
361
else id = &units[chassis][geoslot].
find_fd
;
389
else if (units[chassis][geoslot].
find_fd
== fd) close_with_IOP(chassis, geoslot, FIND);
807
send_to_fd(u->
find_fd
, 1, (unsigned char *)"\0");
808
if (get_error_response(u->
find_fd
, errbuf))
811
if (u->
find_fd
> max_fs)
812
max_fs = u->
find_fd
; /* remember the highest number currently in use */
813
FD_SET(u->
find_fd
, &readfds); /* we are going to want to read this guy's response to *
[
all
...]
Completed in 29 milliseconds
Indexes created Sat Jul 11 00:26:11 UTC 2026