OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:csockets
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/ldpd/
ldp_command.c
54
struct com_sock
csockets
[MAX_COMMAND_SOCKETS];
variable in typeref:struct:com_sock[]
136
csockets
[i].socket = -1;
137
csockets
[i].auth = 0;
200
if (s ==
csockets
[i].socket)
201
return &
csockets
[i];
211
if (
csockets
[i].socket == -1) {
212
csockets
[i].socket = s;
213
csockets
[i].auth = 0;
272
if (s ==
csockets
[i].socket) {
274
csockets
[i].socket = -1
[
all
...]
ldp_command.c
54
struct com_sock
csockets
[MAX_COMMAND_SOCKETS];
variable in typeref:struct:com_sock[]
136
csockets
[i].socket = -1;
137
csockets
[i].auth = 0;
200
if (s ==
csockets
[i].socket)
201
return &
csockets
[i];
211
if (
csockets
[i].socket == -1) {
212
csockets
[i].socket = s;
213
csockets
[i].auth = 0;
272
if (s ==
csockets
[i].socket) {
274
csockets
[i].socket = -1
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025