Home
last modified time | relevance | path

Searched defs:SetNonBlocking (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/net/
Dsockets.cc155 int Sockets::SetNonBlocking(int sockfd) const { in SetNonBlocking() function in shill::Sockets
/system/extras/tests/net_test/
Dnet_test.py108 def SetNonBlocking(fd): function