notify_socket
ModuleBundle::Stack()->notify_socket(fSocket, B_SELECT_READ,
status_t (*notify_socket)(net_socket* socket, uint8 event, int32 value);
notify_socket(protocol->socket, B_SELECT_READ, B_DEVICE_NOT_FOUND);
notify_socket,
notify_socket(socket, event, fifo->current_bytes);
status_t notify_socket(net_socket* socket, uint8 event, int32 value);
notify_socket,