Home
last modified time | relevance | path

Searched refs:kMsgDisconnect (Results 1 – 2 of 2) sorted by relevance

/haiku/src/bin/network/ppp_up/
H A DPPPDeskbarReplicant.cpp19 static const uint32 kMsgDisconnect = 'DISC'; variable
76 BMenuItem *item = new BMenuItem(kLabelDisconnect, new BMessage(kMsgDisconnect)); in AttachedToWindow()
H A DPPPStatusView.cpp20 static const uint32 kMsgDisconnect = 'DISC'; variable
44 new BMessage(kMsgDisconnect)); in PPPStatusView()
122 case kMsgDisconnect: in MessageReceived()