Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dbundle.c1540 const char *constlock; in bundle_SendDatalink() local
1552 constlock = physical_LockedDevice(dl->physical); in bundle_SendDatalink()
1553 if (constlock) { in bundle_SendDatalink()
1554 lock = alloca(strlen(constlock) + 1); in bundle_SendDatalink()
1555 strcpy(lock, constlock); in bundle_SendDatalink()