Searched defs:asocket (Results 1 – 2 of 2) sorted by relevance
58 struct asocket { struct63 /* Create an asocket from fd. argument
43 typedef struct asocket asocket; typedef74 struct asocket { struct78 asocket *next; argument79 asocket *prev; argument95 /* the asocket we are connected to argument98 asocket *peer; argument118 int (*enqueue)(asocket *s, apacket *pkt); argument123 void (*ready)(asocket *s); argument129 void (*close)(asocket *s); argument132 void *extra;[all …]