Searched refs:m_notify (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c2717 struct mbuf *m_notify; local
2738 m_notify = sctp_get_mbuf_for_msg(notif_len, 0, M_NOWAIT, 1, MT_DATA);
2739 if (m_notify == NULL) {
2742 m_notify = sctp_get_mbuf_for_msg(notif_len, 0, M_NOWAIT, 1, MT_DATA);
2743 if (m_notify == NULL) {
2747 SCTP_BUF_NEXT(m_notify) = NULL;
2748 sac = mtod(m_notify, struct sctp_assoc_change *);
2781 SCTP_BUF_LEN(m_notify) = sac->sac_length;
2784 m_notify);
2786 control->length = SCTP_BUF_LEN(m_notify);
2863 struct mbuf *m_notify; local
2960 struct mbuf *m_notify; local
3077 struct mbuf *m_notify; local
3175 struct mbuf *m_notify; local
3228 struct mbuf *m_notify; local
3319 struct mbuf *m_notify; local
3394 struct mbuf *m_notify; local
3441 struct mbuf *m_notify; local
3497 struct mbuf *m_notify; local
3550 struct mbuf *m_notify; local
3614 struct mbuf *m_notify; local
[all...]
H A Dsctp_auth.c1781 struct mbuf *m_notify; local
1798 m_notify = sctp_get_mbuf_for_msg(sizeof(struct sctp_authkey_event),
1800 if (m_notify == NULL)
1804 SCTP_BUF_LEN(m_notify) = 0;
1805 auth = mtod(m_notify, struct sctp_authkey_event *);
1815 SCTP_BUF_LEN(m_notify) = sizeof(*auth);
1816 SCTP_BUF_NEXT(m_notify) = NULL;
1820 0, 0, stcb->asoc.context, 0, 0, 0, m_notify);
1823 sctp_m_freem(m_notify);
1827 control->length = SCTP_BUF_LEN(m_notify);
[all...]
/external/lldb/include/lldb/Target/
H A DUnixSignals.h121 m_notify:1; member in struct:lldb_private::UnixSignals::Signal
/external/lldb/source/Target/
H A DUnixSignals.cpp34 m_notify (default_notify)
200 should_notify = signal.m_notify;
270 return pos->second.m_notify;
280 pos->second.m_notify = value;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc224 : m_notify(notify),
565 IPseudoTcpNotify::WriteResult wres = m_notify->TcpWritePacket(
694 //m_notify->associate(addr);
700 if (m_notify) {
701 m_notify->OnTcpOpen(this);
830 if (m_notify) {
831 m_notify->OnTcpOpen(this);
844 if (m_notify) {
845 m_notify->OnTcpWriteable(this);
957 if (m_notify) {
[all...]
H A Dpseudotcp.h207 IPseudoTcpNotify* m_notify; member in class:cricket::PseudoTcp

Completed in 411 milliseconds