Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dphysical.h69 void (*stoptimer)(struct physical *); member
H A Dphysical.c1088 if (p->handler && p->handler->stoptimer) in physical_StopDeviceTimer()
1089 (*p->handler->stoptimer)(p); in physical_StopDeviceTimer()