Searched defs:asocket (Results 1 – 2 of 2) sorted by relevance
58 struct asocket { struct63 /* Create an asocket from fd. argument
42 typedef struct asocket asocket; typedef73 struct asocket { struct77 asocket *next; argument78 asocket *prev; argument94 /* the asocket we are connected to argument97 asocket *peer; argument117 int (*enqueue)(asocket *s, apacket *pkt); argument122 void (*ready)(asocket *s); argument128 void (*close)(asocket *s); argument131 void *extra;[all …]