Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dmain.c44 struct timeval lastmcast; /* last time all/changes multicast */ variable
264 lastmcast = now; in main()
H A Ddefs.h136 extern struct timeval lastmcast;
H A Dtimer.c138 lastmcast = now; in timer()
H A Dinput.c516 if (now.tv_sec - lastmcast.tv_sec >= MIN_WAIT_TIME && in dynamic_update()
523 lastmcast = now; in dynamic_update()