Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dag.c507 struct timeval maxwait; in dag_open_live() local
575 &mindata, &maxwait, &poll) < 0) { in dag_open_live()
589 maxwait.tv_sec = to_ms/1000; in dag_open_live()
590 maxwait.tv_usec = (to_ms%1000) * 1000; in dag_open_live()
593 mindata, &maxwait, &poll) < 0) { in dag_open_live()
852 struct timeval maxwait; in dag_setnonblock() local
856 &mindata, &maxwait, &poll) < 0) { in dag_setnonblock()
871 mindata, &maxwait, &poll) < 0) { in dag_setnonblock()