Searched refs:m_msg (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/setkey/
H A Dsetkey.c222 struct sadb_msg *m_msg = (struct sadb_msg *)m_buf; local
226 m_msg->sadb_msg_version = PF_KEY_V2;
227 m_msg->sadb_msg_type = type;
228 m_msg->sadb_msg_errno = 0;
229 m_msg->sadb_msg_satype = SADB_SATYPE_UNSPEC;
230 m_msg->sadb_msg_len = PFKEY_UNIT64(m_len);
231 m_msg->sadb_msg_reserved = 0;
232 m_msg->sadb_msg_seq = 0;
233 m_msg->sadb_msg_pid = getpid();
243 struct sadb_msg *m_msg local
[all...]
H A Dparse.y604 struct sadb_msg m_msg;
606 m_msg.sadb_msg_version = PF_KEY_V2;
607 m_msg.sadb_msg_type = p_type;
608 m_msg.sadb_msg_errno = 0;
609 m_msg.sadb_msg_satype = p_satype;
610 m_msg.sadb_msg_reserved = 0;
611 m_msg.sadb_msg_seq = 0;
612 m_msg.sadb_msg_pid = getpid();
615 memcpy(m_buf, &m_msg, m_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dprogdlg.cpp53 m_msg(message),
77 m_msg = newmsg;
112 strncpy( palmData->textP, m_msg.ToAscii() , palmData->textLen - 1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprogdlg.h41 wxString m_msg; member in class:wxProgressDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DLogger.h333 , m_msg(msg.c_str(), msg.Length())
338 return m_msg;
354 return new CLoggingEvent(m_critical, m_stdout, m_GUI, m_msg);
361 wxString m_msg; member in class:CLoggingEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dprogdlgg.cpp149 m_msg = new wxStaticText(this, wxID_ANY, message);
150 sizer->Add(m_msg, 0, wxLEFT | wxTOP, 2*LAYOUT_MARGIN);
153 sizeLabel = m_msg->GetSize();
418 m_msg->SetLabel(_("Done."));
665 if ( !newmsg.empty() && newmsg != m_msg->GetLabel() )
667 m_msg->SetLabel(newmsg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dprogdlgg.h107 wxStaticText *m_msg; member in class:wxProgressDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/except/
H A Dexcept.cpp159 MyException(const wxString& msg) : m_msg(msg) { }
161 const wxChar *what() const { return m_msg.c_str(); }
164 wxString m_msg; member in class:MyException

Completed in 87 milliseconds