Home
last modified time | relevance | path

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

/packages/modules/adb/
Dadb.h42 #define A_CLSE 0x45534c43 macro
Dadb.cpp175 case A_CLSE: tag = "CLSE"; break; in print_packet()
220 p->msg.command = A_CLSE; in send_close()
480 case A_CLSE: /* CLOSE(local-id, remote-id, "") or CLOSE(0, remote-id, "") */ in handle_packet()
Dprotocol.txt175 Command constant: A_CLSE
217 #define A_CLSE 0x45534c43
DREADME.md62 … consists in a amessage header featuring a command (`A_SYNC`, `A_OPEN`, `A_CLSE`, `A_WRTE`, `A_OKA…
Dsockets.cpp463 p->msg.command = A_CLSE; in remote_socket_shutdown()