Home
last modified time | relevance | path

Searched refs:KeepAliveAckMessage (Results 1 – 4 of 4) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_protocol.h272 KeepAliveAckMessage = 0x0100, enumerator
2436 } KeepAliveAckMessage; /*!< Keep Aliver Acknowledgement Message Structure */ member
H A Dsccp_protocol.c1913 …[KeepAliveAckMessage] = { KeepAliveAckMessage, "Keep Alive Acknowledge", offsize(sccp_data_t, Keep…
H A Dsccp_session.c1216 if (msgid == KeepAliveAckMessage || msgid == RegisterAckMessage || msgid == UnregisterAckMessage) { in sccp_session_send2()
H A Dsccp_actions.c4524 sccp_msg_t *msg_out = sccp_build_packet(KeepAliveAckMessage, 0); in handle_KeepAliveMessage()