Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dphysical.h67 void (*stoptimer)(struct physical *); member
H A Dphysical.c1086 if (p->handler && p->handler->stoptimer) in physical_StopDeviceTimer()
1087 (*p->handler->stoptimer)(p); in physical_StopDeviceTimer()