Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/integration/src/android/net/netlink/
DInetDiagSocketIntegrationTest.java67 public int socketType; field in InetDiagSocketIntegrationTest.Connection
78 return Os.socket(socketDomain, socketType, protocol); in createSocket()
107 socketType = SOCK_STREAM; in TcpConnection()
131 socketType = SOCK_DGRAM; in UdpConnection()