Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.9 KiB

  1. /***********************************************************************
  2. * *
  3. * Filename: muxentry.h *
  4. * Module: H245 Finite State Machine Subsystem *
  5. * *
  6. ***********************************************************************
  7. * INTEL Corporation Proprietary Information *
  8. * *
  9. * This listing is supplied under the terms of a license agreement *
  10. * with INTEL Corporation and may not be copied nor disclosed except *
  11. * in accordance with the terms of that agreement. *
  12. * *
  13. * Copyright (c) 1996 Intel Corporation. All rights reserved. *
  14. ***********************************************************************
  15. * *
  16. * $Workfile: MUXENTRY.H $
  17. * $Revision: 1.2 $
  18. * $Modtime: 09 Dec 1996 13:40:40 $
  19. * $Log: S:/STURGEON/SRC/H245/INCLUDE/VCS/MUXENTRY.H_v $
  20. *
  21. * Rev 1.2 09 Dec 1996 13:41:02 EHOWARDX
  22. * Updated copyright notice.
  23. *
  24. * Rev 1.1 30 May 1996 23:38:26 EHOWARDX
  25. * Cleanup.
  26. *
  27. * Rev 1.0 09 May 1996 21:04:54 EHOWARDX
  28. * Initial revision.
  29. *
  30. * Rev 1.3.1.2 15 Apr 1996 10:44:00 EHOWARDX
  31. * Update.
  32. *
  33. * Rev 1.3.1.1 10 Apr 1996 21:07:32 EHOWARDX
  34. * Deleted No-op functions; moved state defines to .C file.
  35. *
  36. * Rev 1.3.1.0 05 Apr 1996 11:48:12 EHOWARDX
  37. * Branched.
  38. *
  39. * Rev 1.3 29 Feb 1996 20:42:40 helgebax
  40. * No change.
  41. *
  42. * Rev 1.2 28 Feb 1996 15:54:28 EHOWARDX
  43. * Completed first pass MTSE implementation.
  44. * *
  45. ***********************************************************************/
  46. // Out-going Multiplex Table (MTSE_OUT) state functions
  47. HRESULT MTSE0_TRANSFER_requestF (Object_t *pObject, PDU_t *pPdu);
  48. HRESULT MTSE1_TRANSFER_requestF (Object_t *pObject, PDU_t *pPdu);
  49. HRESULT MTSE1_MultiplexEntrySendAckF (Object_t *pObject, PDU_t *pPdu);
  50. HRESULT MTSE1_MultiplexEntrySendRejF (Object_t *pObject, PDU_t *pPdu);
  51. HRESULT MTSE1_T104ExpiryF (Object_t *pObject, PDU_t *pPdu);
  52. // In-coming Multiplex Table (MTSE_OUT) state functions
  53. HRESULT MTSE0_MultiplexEntrySendF (Object_t *pObject, PDU_t *pPdu);
  54. HRESULT MTSE1_MultiplexEntrySendF (Object_t *pObject, PDU_t *pPdu);
  55. HRESULT MTSE1_MultiplexEntrySendReleaseF(Object_t *pObject, PDU_t *pPdu);
  56. HRESULT MTSE1_TRANSFER_responseF (Object_t *pObject, PDU_t *pPdu);
  57. HRESULT MTSE1_REJECT_requestF (Object_t *pObject, PDU_t *pPdu);