Searched defs:asocket (Results 1 – 1 of 1) sorted by relevance
43 typedef struct asocket asocket; typedef73 struct asocket { struct77 asocket *next; argument78 asocket *prev; argument89 /* the asocket we are connected to argument92 asocket *peer; argument112 int (*enqueue)(asocket *s, apacket *pkt); argument117 void (*ready)(asocket *s); argument123 void (*close)(asocket *s); argument126 void *extra;[all …]