Searched refs:thisrconn (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/libexec/rbootd/
H A Dutils.c528 RMPCONN *thisrconn, *lastrconn; local
535 thisrconn = lastrconn->next; /* set current ptr */
536 while (thisrconn != NULL) {
537 if (rconn == thisrconn) { /* found it */
538 lastrconn->next = thisrconn->next;
539 FreeConn(thisrconn);
542 lastrconn = thisrconn;
543 thisrconn = thisrconn->next;

Completed in 96 milliseconds