Searched defs:net_protocol_module_info (Results 1 – 1 of 1) sorted by relevance
57 struct net_protocol_module_info { struct58 module_info info;59 uint32 flags;61 net_protocol* (*init_protocol)(net_socket* socket);62 status_t (*uninit_protocol)(net_protocol* self);64 status_t (*open)(net_protocol* self);65 status_t (*close)(net_protocol* self);66 status_t (*free)(net_protocol* self);68 status_t (*connect)(net_protocol* self, const struct sockaddr* address);69 status_t (*accept)(net_protocol* self, net_socket** _acceptedSocket);[all …]