AutoconfigLooper
AutoconfigLooper::_ReadyToRun()
AutoconfigLooper::_NetworkMonitorNotification(BMessage* message)
AutoconfigLooper::MessageReceived(BMessage* message)
AutoconfigLooper::AutoconfigLooper(BMessenger target, const char* device)
AutoconfigLooper::~AutoconfigLooper()
AutoconfigLooper::_RemoveClient()
AutoconfigLooper::_ConfigureIPv4()
AutoconfigLooper::_ConfigureIPv4Failed()
class AutoconfigLooper : public BLooper {
AutoconfigLooper(BMessenger target,
virtual ~AutoconfigLooper();
AutoconfigLooper* looper = new AutoconfigLooper(this, name);
typedef std::map<std::string, AutoconfigLooper*> LooperMap;
AutoconfigLooper*
AutoconfigLooper* _LooperForDevice(const char* device);