Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dbundle.c395 struct datalink *dl, *this_dl; in bundle_Close() local
399 this_dl = NULL; in bundle_Close()
403 this_dl = dl; in bundle_Close()
404 if (name == NULL || this_dl == dl) { in bundle_Close()
417 if (name && this_dl == NULL) { in bundle_Close()
436 } else if (this_dl && this_dl->state != DATALINK_CLOSED && in bundle_Close()
437 this_dl->state != DATALINK_HANGUP) in bundle_Close()
438 datalink_Close(this_dl, how); in bundle_Close()