Searched defs:asocket (Results 1 – 1 of 1) sorted by relevance
58 struct asocket { struct83 // the asocket we are connected to argument84 asocket* peer = nullptr; argument92 int (*enqueue)(asocket* s, apacket::payload_type data) = nullptr; argument97 void (*ready)(asocket* s) = nullptr; argument103 void (*shutdown)(asocket* s) = nullptr; argument109 void (*close)(asocket* s) = nullptr; argument116 // TODO: Make asocket an actual class and use inheritance instead of having an ever-growing argument138 asocket *find_local_socket(unsigned local_id, unsigned remote_id); argument