代码搜索:Classify
找到约 2,639 项符合「Classify」的源代码
代码结果 2,639
www.eeworm.com/read/429717/1946658
tex classify_route.tex
%
% personal commentary:
% DRAFT DRAFT DRAFT
% - KFALL
%
\section{\shdr{Packet Fowarding}{classifier.h}{sec:classroute}}
Routing generally refers to the selection of a packet's path
thr
www.eeworm.com/read/413969/2155901
txt classify_info.txt
祝福 平安;快乐;天天开心;祝福;
新闻 新华网;日前;近日;报道;
体育 赛;队;球;分;力克;CBA;NBA;
娱乐 音乐;制作人;歌;
学校生活 盒饭;两饭;作业;准时;实验;报告;
www.eeworm.com/read/395229/2446147
h ipt_classify.h
#ifndef _IPT_CLASSIFY_H
#define _IPT_CLASSIFY_H
#include
#define ipt_classify_target_info xt_classify_target_info
#endif /*_IPT_CLASSIFY_H */
www.eeworm.com/read/395229/2446440
h xt_classify.h
#ifndef _XT_CLASSIFY_H
#define _XT_CLASSIFY_H
struct xt_classify_target_info {
u_int32_t priority;
};
#endif /*_XT_CLASSIFY_H */
www.eeworm.com/read/395229/2446842
h ipt_classify.h
#ifndef _IPT_CLASSIFY_H
#define _IPT_CLASSIFY_H
#include
#define ipt_classify_target_info xt_classify_target_info
#endif /*_IPT_CLASSIFY_H */
www.eeworm.com/read/395229/2447135
h xt_classify.h
#ifndef _XT_CLASSIFY_H
#define _XT_CLASSIFY_H
struct xt_classify_target_info {
u_int32_t priority;
};
#endif /*_XT_CLASSIFY_H */
www.eeworm.com/read/395229/2447582
h ipt_classify.h
#ifndef _IPT_CLASSIFY_H
#define _IPT_CLASSIFY_H
#include
#define ipt_classify_target_info xt_classify_target_info
#endif /*_IPT_CLASSIFY_H */
www.eeworm.com/read/395229/2448223
h xt_classify.h
#ifndef _XT_CLASSIFY_H
#define _XT_CLASSIFY_H
struct xt_classify_target_info {
u_int32_t priority;
};
#endif /*_XT_CLASSIFY_H */
www.eeworm.com/read/393286/2483197
h ipt_classify.h
#ifndef _IPT_CLASSIFY_H
#define _IPT_CLASSIFY_H
struct ipt_classify_target_info {
u_int32_t priority;
};
#endif /*_IPT_CLASSIFY_H */
www.eeworm.com/read/393286/2485513
c ipt_classify.c
/*
* This is a module which is used for setting the skb->priority field
* of an skb for qdisc classification.
*/
/* (C) 2001-2002 Patrick McHardy
*
* This program is free softw