Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif.c146 void if_slowtimo(void *);
488 timeout_set(&ifp->if_slowtimo, if_slowtimo, ifp); in if_attachsetup()
489 if_slowtimo(ifp); in if_attachsetup()
1199 timeout_del(&ifp->if_slowtimo); in if_detach()
1828 if_slowtimo(void *arg) in if_slowtimo() function
1836 timeout_add_sec(&ifp->if_slowtimo, IFNET_SLOWTIMO); in if_slowtimo()
H A Dif_var.h157 struct timeout if_slowtimo; /* [I] watchdog timeout */ member