HomeSort by: relevance | last modified time | path
    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