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.

11 lines
426 B

  1. LIBRARY icmp
  2. EXPORTS
  3. do_echo_req = iphlpapi.do_echo_req
  4. do_echo_rep = iphlpapi.do_echo_rep
  5. register_icmp = iphlpapi.register_icmp
  6. IcmpCloseHandle = iphlpapi.IcmpCloseHandle
  7. IcmpCreateFile = iphlpapi.IcmpCreateFile
  8. IcmpParseReplies = iphlpapi.IcmpParseReplies
  9. IcmpSendEcho = iphlpapi.IcmpSendEcho
  10. IcmpSendEcho2 = iphlpapi.IcmpSendEcho2