代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/323368/3516924
h ipt_dscp(1).h
/* iptables module for matching the IPv4 DSCP field
*
* (C) 2002 Harald Welte
* This software is distributed under GNU GPL v2, 1991
*
* See RFC2474 for a description of th
www.eeworm.com/read/316872/3598263
h ipt_dscp.h
/* iptables module for matching the IPv4 DSCP field
*
* (C) 2002 Harald Welte
* This software is distributed under GNU GPL v2, 1991
*
* See RFC2474 for a description of th
www.eeworm.com/read/316872/3606523
c arp_tables.c
/*
* Packet matching code for ARP packets.
*
* Based heavily, if not almost entirely, upon ip_tables.c framework.
*
* Some ARP specific bits are:
*
* Copyright (C) 2002 David S. Miller (davem@r
www.eeworm.com/read/289126/3995848
h flow_callback.h
#ifndef _FLOW_CALLBACK_H
#define _FLOW_CALLBACK_H
#include "flow.h"
#include "flow_cache.h"
typedef struct _FLOWCALLBACKDATA
{
char use_once;
/* do the matching on the initiator side of a co
www.eeworm.com/read/288937/3998348
h ipt_dscp.h
/* iptables module for matching the IPv4 DSCP field
*
* (C) 2002 Harald Welte
* This software is distributed under GNU GPL v2, 1991
*
* See RFC2474 for a description of th
www.eeworm.com/read/447738/1694602
d defined2.d
#ld: -Tdefined2.t
#nm: -B
#source: phdrs.s
# Check that arithmetic on DEFINED works.
# Matching both A and T accounts for formats that can't tell a .text
# symbol from an absolute symbol (mmo), but m
www.eeworm.com/read/443386/1748052
h ipt_dscp.h
/* iptables module for matching the IPv4 DSCP field
*
* (C) 2002 Harald Welte
* This software is distributed under GNU GPL v2, 1991
*
* See RFC2474 for a description of th
www.eeworm.com/read/443386/1750065
c arp_tables.c
/*
* Packet matching code for ARP packets.
*
* Based heavily, if not almost entirely, upon ip_tables.c framework.
*
* Some ARP specific bits are:
*
* Copyright (C) 2002 David S. Miller (davem@r
www.eeworm.com/read/440906/1776853
c arg11.c
// Build don't link:
// GROUPS passed arg-matching
// From: gustavo@cpqd.br (Gustavo Chaves)
// Date: Wed, 25 May 94 09:38:00 EST
// Subject: problem with user defined conversions in initializat
www.eeworm.com/read/440906/1777969
c template43.c
// Test matching of partial specializations.
template
class EQUAL {
public:
enum { value = 0 };
};
template
class EQUAL {
public:
enum { value = 1 };
};
int x;
int y