Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dphysical.h68 void (*stoptimer)(struct physical *); member
H A Dphysical.c1082 if (p->handler && p->handler->stoptimer) in physical_StopDeviceTimer()
1083 (*p->handler->stoptimer)(p); in physical_StopDeviceTimer()