Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ppp/
H A Dbundle.c1545 const char *constlock; in bundle_SendDatalink() local
1557 constlock = physical_LockedDevice(dl->physical); in bundle_SendDatalink()
1558 if (constlock) { in bundle_SendDatalink()
1559 lock = alloca(strlen(constlock) + 1); in bundle_SendDatalink()
1560 strcpy(lock, constlock); in bundle_SendDatalink()