Source code of Windows XP (NT5)
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.

60 lines
1.3 KiB

  1. //
  2. // Information that applies to all VC's
  3. // on this adapter.
  4. //
  5. // Struct: NDIS_WAN_CO_GET_INFO
  6. //
  7. #define OID_WAN_CO_GET_INFO 0x04010180
  8. //
  9. // Set VC specific PPP framing information.
  10. //
  11. // Struct: NDIS_WAN_CO_SET_LINK_INFO
  12. //
  13. #define OID_WAN_CO_SET_LINK_INFO 0x04010181
  14. //
  15. // Get VC specific PPP framing information.
  16. //
  17. // Struct: NDIS_WAN_CO_GET_LINK_INFO
  18. //
  19. #define OID_WAN_CO_GET_LINK_INFO 0x04010182
  20. //
  21. // Get VC specific PPP compression information
  22. //
  23. // Struct: NDIS_WAN_CO_GET_COMP_INFO
  24. //
  25. #define OID_WAN_CO_GET_COMP_INFO 0x04010280
  26. //
  27. // Set VC specific PPP compression information
  28. //
  29. // Struct: NDIS_WAN_CO_SET_COMP_INFO
  30. //
  31. #define OID_WAN_CO_SET_COMP_INFO 0x04010281
  32. //
  33. // Get VC specific statistics
  34. //
  35. // Struct: NDIS_WAN_CO_GET_STATS_INFO
  36. //
  37. #define OID_WAN_CO_GET_STATS_INFO 0x04010282
  38. //
  39. // Other OID's NdisWan will call...
  40. //
  41. //////////////////////////////////////////////////////
  42. // OID_GEN_MAXIMUM_SEND_PACKETS:
  43. //
  44. // This will be used as the SendWindow between NdisWan
  45. // and the miniport. The query applies to all VC's on
  46. // the AddressFamily.
  47. //
  48. //////////////////////////////////////////////////////
  49. // OID_GEN_MAXIMUM_TOTAL_SIZE:
  50. //
  51. // This is used to query the largest send that a
  52. // miniport can accept. The query applies to all VC's
  53. // on the AddressFamily.
  54. //