Home
last modified time | relevance | path

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

/bootable/recovery/minadbd/
Dadb.h43 typedef struct asocket asocket; typedef
73 struct asocket { struct
77 asocket *next; argument
78 asocket *prev; argument
89 /* the asocket we are connected to argument
92 asocket *peer; argument
112 int (*enqueue)(asocket *s, apacket *pkt); argument
117 void (*ready)(asocket *s); argument
123 void (*close)(asocket *s); argument
126 void *extra;
[all …]