Searched refs:this_dl (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/usr.sbin/ppp/
H A Dbundle.c397 struct datalink *dl, *this_dl; local
401 this_dl = NULL;
405 this_dl = dl;
406 if (name == NULL || this_dl == dl) {
419 if (name && this_dl == NULL) {
438 } else if (this_dl && this_dl->state != DATALINK_CLOSED &&
439 this_dl->state != DATALINK_HANGUP)
440 datalink_Close(this_dl, how);

Completed in 120 milliseconds