Home
last modified time | relevance | path

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

/original-bsd/libexec/rbootd/
H A Dutils.c513 register RMPCONN *thisrconn, *lastrconn; local
520 thisrconn = lastrconn->next; /* set current ptr */
521 while (thisrconn != NULL) {
522 if (rconn == thisrconn) { /* found it */
523 lastrconn->next = thisrconn->next;
524 FreeConn(thisrconn);
527 lastrconn = thisrconn;
528 thisrconn = thisrconn->next;