Searched refs:states (Results 1 - 8 of 8) sorted by last modified time

/system/netd/server/
H A DSockDiag.cpp94 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states, argument
107 .idiag_states = states,
126 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states) { argument
130 return sendDumpRequest(proto, family, states, iov, ARRAY_SIZE(iov));
200 uint32_t states = ~(1 << TCP_TIME_WAIT); local
201 return sendDumpRequest(proto, family, states, iov, ARRAY_SIZE(iov));
308 uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); local
309 if (int ret = sendDumpRequest(proto, family, states)) {
332 uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); local
333 if (int ret = sendDumpRequest(proto, family, states)) {
[all...]
H A DSockDiag.h50 int sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states);
62 int sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states, iovec *iov, int iovcnt);
H A DSockDiagTest.cpp46 static const char *states[] = { local
61 return states[(state < ARRAY_SIZE(states)) ? state : 0];
/system/extras/tests/net_test/
H A Dsock_diag.py72 "InetDiagReqV2", "=BBBxIS", "family protocol ext states id",
229 states=ALL_NON_TIME_WAIT):
241 diag_req = InetDiagReqV2((family, protocol, ext, states, sock_id))
339 states = 0xffffffff variable in class:SockDiag
341 sock_id=sock_id, ext=ext, states=states)
H A Dsock_diag_test.py150 req.states = 1 << diag_msg.state
365 states = 1 << tcp_test.TCP_SYN_RECV
366 req = sock_diag.InetDiagReqV2((AF_INET6, IPPROTO_TCP, 0, states, sock_id))
415 """Checks that closing sockets in appropriate states sends a RST."""
424 req.states = 1 << tcp_test.TCP_SYN_RECV | 1 << tcp_test.TCP_ESTABLISHED
/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_rpc_server.cc243 std::vector<std::string> states; local
245 states.emplace_back(std::string(states_as_xmlrpcvalue[array_pos]));
250 ssid, states, GetMillisecondsFromSeconds(timeout),
/system/connectivity/shill/test-scripts/
H A Dtest-compat11 states = [ "unknown", "asleep", "connecting", "connected", "disconnected" ] variable
15 print "System is %s" % (states[state])
/system/bt/doc/
H A Dpower_management.md10 Power states are managed per-device, per-profile, so every incoming event
28 states. Responses are handled in an asynchronous fashion, primarily via the
35 Overall power states are managed *per device*, not per connection, but the power
40 states it wants ACTIVE, the power management code will change to ACTIVE.
86 Throughout the `bta_dm_pm.c` file, connections whose power management states are

Completed in 155 milliseconds