Searched defs:asocket (Results 1 – 2 of 2) sorted by relevance
58 struct asocket { struct63 /* Create an asocket from fd. argument
40 typedef struct asocket asocket; typedef71 struct asocket { struct75 asocket *next; argument76 asocket *prev; argument87 /* the asocket we are connected to argument90 asocket *peer; argument110 int (*enqueue)(asocket *s, apacket *pkt); argument115 void (*ready)(asocket *s); argument121 void (*close)(asocket *s); argument124 void *extra;[all …]