Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Drevarp.c273 size_t physaddrlen, int64_t waitms) in rarp_recv() argument
278 hrtime_t endtime = gethrtime() + MSEC2NSEC(waitms); in rarp_recv()
282 waitms = NSEC2MSEC(endtime - currtime); in rarp_recv()
283 retval = dlpi_recv(dh, NULL, NULL, ans, &anslen, waitms, NULL); in rarp_recv()