Home
last modified time | relevance | path

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

/external/libppp/src/
Dbundle.c1543 const char *constlock; in bundle_SendDatalink() local
1555 constlock = physical_LockedDevice(dl->physical); in bundle_SendDatalink()
1556 if (constlock) { in bundle_SendDatalink()
1557 lock = alloca(strlen(constlock) + 1); in bundle_SendDatalink()
1558 strcpy(lock, constlock); in bundle_SendDatalink()