OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:se_fd
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/inetd/
inetd.c
443
if ((int)ev->ident != sep->
se_fd
)
448
ctrl = accept(sep->
se_fd
, NULL, NULL);
459
ctrl = sep->
se_fd
;
494
EV_SET(ev, sep->
se_fd
, EVFILT_READ,
572
if (s->
se_fd
!= -1 && s->
se_fd
!= ctrl) {
573
close(s->
se_fd
);
574
s->
se_fd
= -1;
661
EV_SET(ev, sep->
se_fd
, EVFILT_READ,
664
sep->se_service, sep->
se_fd
);
[
all
...]
parse.c
213
if (sep->
se_fd
!= -1)
296
sep->
se_fd
= -1;
319
if (sep->
se_fd
== -1 && !ISMUX(sep))
321
if (sep->
se_fd
!= -1)
326
if (sep->
se_fd
>= 0)
328
if (sep->
se_fd
== -1 && !ISMUX(sep))
348
sep->
se_fd
= -1;
965
if (sep->
se_fd
>= 0)
inetd.h
177
int
se_fd
; /* open descriptor */
member in struct:servtab
Completed in 106 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025