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

/freebsd-9.3-release/libexec/rbootd/
H A Dutils.c530 RMPCONN *thisrconn, *lastrconn; local
537 thisrconn = lastrconn->next; /* set current ptr */
538 while (thisrconn != NULL) {
539 if (rconn == thisrconn) { /* found it */
540 lastrconn->next = thisrconn->next;
541 FreeConn(thisrconn);
544 lastrconn = thisrconn;
545 thisrconn = thisrconn->next;

Completed in 57 milliseconds