Searched defs:asocket (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsocket.h27 /* An asocket represents one half of a connection between a local and
28 ** remote entity. A local asocket is bound to a file descriptor. A
29 ** remote asocket is bound to the protocol engine.
31 struct asocket { struct
33 ** asockets that this asocket lives in
35 asocket *next;
36 asocket *prev;
38 /* the unique identifier for this asocket
56 /* the asocket we are connected to
59 asocket *pee
[all...]

Completed in 223 milliseconds