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.

26 lines
303 B

  1. DWORD
  2. VerifyPortsForProtocol(
  3. PORT Port,
  4. PROTOCOL Protocol
  5. );
  6. BOOL
  7. EqualPorts(
  8. IN PORT OldPort,
  9. IN PORT NewPort
  10. );
  11. VOID
  12. CopyPorts(
  13. IN PORT InPort,
  14. OUT PPORT pOutPort
  15. );
  16. BOOL
  17. MatchPorts(
  18. PORT PortToMatch,
  19. PORT PortTemplate
  20. );