代码搜索:capable
找到约 809 项符合「capable」的源代码
代码结果 809
www.eeworm.com/read/135153/5889446
h inet_ecn.h
#ifndef _INET_ECN_H_
#define _INET_ECN_H_
static inline int INET_ECN_is_ce(__u8 dsfield)
{
return (dsfield&3) == 3;
}
static inline int INET_ECN_is_not_ce(__u8 dsfield)
{
return (dsfield&3) == 2;
www.eeworm.com/read/120747/6071020
h smc91x.h
/*------------------------------------------------------------------------
. smc91x.h - macros for the LAN91C111 Ethernet Driver
.
. (C) Copyright 2002
. Sysgo Real-Time Solutions, GmbH