代码搜索:8900
找到约 2,974 项符合「8900」的源代码
代码结果 2,974
www.eeworm.com/read/418779/10918197
txt 8900.txt
Rule
--
Sid
8900
--
Summary:
This event is generated when an attempt is made to exploit a known vulnerability in the Microsoft Windows Workstation Service.
--
Impact:
Serious. Possible execution of
www.eeworm.com/read/447212/7556335
tftp_8900
/******************************
交换高低字节
********************************/
int low2high(int i)
{
return ((i>>8)&0x00ff)+((i
www.eeworm.com/read/291059/8443222
h cs8900.h
#ifndef CS8900_H
#define CS8900_H
/*
* linux/drivers/net/cs8900.h
*
* Author: Abraham van der Merwe
*
* A Cirrus Logic CS8900A driver for Linux
* based
www.eeworm.com/read/291059/8443229
c cs8900.c
/*
* Author: Abraham van der Merwe
*
* A Cirrus Logic CS8900A driver for Linux
* based on the cs89x0 driver written by Russell Nelson,
* Donald Becker, and others