OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thisrconn
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/rbootd/
utils.c
527
RMPCONN *
thisrconn
, *lastrconn;
local in function:RemoveConn
534
thisrconn
= lastrconn->next; /* set current ptr */
535
while (
thisrconn
!= NULL) {
536
if (rconn ==
thisrconn
) { /* found it */
537
lastrconn->next =
thisrconn
->next;
538
FreeConn(
thisrconn
);
541
lastrconn =
thisrconn
;
542
thisrconn
=
thisrconn
->next;
utils.c
527
RMPCONN *
thisrconn
, *lastrconn;
local in function:RemoveConn
534
thisrconn
= lastrconn->next; /* set current ptr */
535
while (
thisrconn
!= NULL) {
536
if (rconn ==
thisrconn
) { /* found it */
537
lastrconn->next =
thisrconn
->next;
538
FreeConn(
thisrconn
);
541
lastrconn =
thisrconn
;
542
thisrconn
=
thisrconn
->next;
Completed in 22 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025