Lines Matching refs:s
112 int (*enqueue)(asocket *s, apacket *pkt);
117 void (*ready)(asocket *s);
123 void (*close)(asocket *s);
199 void install_local_socket(asocket *s);
200 void remove_socket(asocket *s);
209 void connect_to_remote(asocket *s, const char *destination);
210 void connect_to_smartsocket(asocket *s);
218 void get_my_path(char *s, size_t maxLen);
247 int init_socket_transport(atransport *t, int s, int port, int local);
254 void register_socket_transport(int s, const char *serial, int port, int local);
414 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s…