Lines Matching refs:asocket
31 struct asocket { struct
35 asocket *next; argument
36 asocket *prev; argument
59 asocket *peer; argument
79 int (*enqueue)(asocket *s, apacket *pkt); argument
84 void (*ready)(asocket *s); argument
90 void (*shutdown)(asocket *s); argument
96 void (*close)(asocket *s); argument
104 asocket *find_local_socket(unsigned local_id, unsigned remote_id); argument
105 void install_local_socket(asocket *s);
106 void remove_socket(asocket *s);
109 asocket *create_local_socket(int fd);
110 asocket *create_local_service_socket(const char* destination,
113 asocket *create_remote_socket(unsigned id, atransport *t);
114 void connect_to_remote(asocket *s, const char *destination);
115 void connect_to_smartsocket(asocket *s);