Home
last modified time | relevance | path

Searched refs:tval (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dvpn_interface.cpp60 timeval tval; in ConnectControl() local
61 tval.tv_sec = nsec; in ConnectControl()
62 tval.tv_usec = 0; in ConnectControl()
63 ret = select(sockfd + 1, &rset, &wset, NULL, nsec ? &tval : NULL); in ConnectControl()
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp140 timeval tval {1, 0}; in ConnectControl()
141 ret = select(sockfd + 1, &rset, &wset, NULL, &tval); in ConnectControl()

Completed in 3 milliseconds