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
315 B

  1. VOID NicThread(IN PVOID Context);
  2. int init_eth_start(void);
  3. int find_all_boxes(int pass);
  4. int mac_already_used(int for_box, UCHAR *mac);
  5. //int init_start(void);
  6. int init_stop(void);
  7. void sort_macs(void);
  8. int LoadMicroCode(char *filename);
  9. NTSTATUS VSSpecialStartup(PSERIAL_DEVICE_EXTENSION board_ext);