OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sopts
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/ldpd/
ldp_peer.c
116
int s = soc,
sopts
;
local in function:ldp_peer_new
191
sopts
= fcntl(p->socket, F_GETFL);
192
if (
sopts
>= 0) {
193
sopts
|= O_NONBLOCK;
194
fcntl(p->socket, F_SETFL, &
sopts
);
ldp_peer.c
116
int s = soc,
sopts
;
local in function:ldp_peer_new
191
sopts
= fcntl(p->socket, F_GETFL);
192
if (
sopts
>= 0) {
193
sopts
|= O_NONBLOCK;
194
fcntl(p->socket, F_SETFL, &
sopts
);
Completed in 25 milliseconds
Indexes created Tue Sep 23 23:09:58 GMT 2025