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

/bootable/recovery/minadbd/
H A Dadb.h43 typedef struct asocket asocket; typedef in typeref:struct:asocket
69 /* An asocket represents one half of a connection between a local and
70 ** remote entity. A local asocket is bound to a file descriptor. A
71 ** remote asocket is bound to the protocol engine.
73 struct asocket { struct
75 ** asockets that this asocket lives in
77 asocket *next;
78 asocket *prev;
80 /* the unique identifier for this asocket
[all...]

Completed in 1596 milliseconds