代码搜索:MATCHING

找到约 3,451 项符合「MATCHING」的源代码

代码结果 3,451
www.eeworm.com/read/395229/2448209

h xt_tcpudp.h

#ifndef _XT_TCPUDP_H #define _XT_TCPUDP_H /* TCP matching stuff */ struct xt_tcp { u_int16_t spts[2]; /* Source port range. */ u_int16_t dpts[2]; /* Destination port range. */ u_int8_t option;
www.eeworm.com/read/395229/2448278

h ip6t_hl.h

/* ip6tables module for matching the Hop Limit value * Maciej Soltysiak * Based on HW's ttl module */ #ifndef _IP6T_HL_H #define _IP6T_HL_H enum { IP6T_HL_EQ = 0, /* equ
www.eeworm.com/read/393286/2483305

h ip6t_hl.h

/* ip6tables module for matching the Hop Limit value * Maciej Soltysiak * Based on HW's ttl module */ #ifndef _IP6T_HL_H #define _IP6T_HL_H enum { IP6T_HL_EQ = 0, /* equ
www.eeworm.com/read/383868/2610653

h ip6t_hl.h

/* ip6tables module for matching the Hop Limit value * Maciej Soltysiak * Based on HW's ttl module */ #ifndef _IP6T_HL_H #define _IP6T_HL_H enum { IP6T_HL_EQ = 0, /* equ
www.eeworm.com/read/375736/2721598

c find.c

/* find.c - MSDOS find first and next matching files * * 09-Dec-1986 bw Added DOS5 support * 24-Feb-1987 bw Define findclose() function. * 30-Oct-1987 bw Change 'DOS5' to 'OS2' * 08-Dec-1988
www.eeworm.com/read/362989/2924804

h ip6t_hl.h

/* ip6tables module for matching the Hop Limit value * Maciej Soltysiak * Based on HW's ttl module */ #ifndef _IP6T_HL_H #define _IP6T_HL_H enum { IP6T_HL_EQ = 0, /* equ
www.eeworm.com/read/260597/4331603

c find.c

/* find.c - MSDOS find first and next matching files * * 09-Dec-1986 bw Added DOS5 support * 24-Feb-1987 bw Define findclose() function. * 30-Oct-1987 bw Change 'DOS5' to 'OS2' * 08-Dec-1988
www.eeworm.com/read/257904/4359965

h cdberror.h

/* Generated by Together */ #ifndef CDBERROR_H #define CDBERROR_H #define ERR_DBSYS -1 //数据库系统错误 #define ERR_NO_FIND_COL -100//找不到指定的列对象 #define ERR_COLTYPE_NOT_MATCHING -101//指定的列类型与变
www.eeworm.com/read/254811/4380542

c find.c

/* find.c - MSDOS find first and next matching files * * 09-Dec-1986 bw Added DOS5 support * 24-Feb-1987 bw Define findclose() function. * 30-Oct-1987 bw Change 'DOS5' to 'OS2' * 08-Dec-1988
www.eeworm.com/read/172345/9712889

makefile

DIR = polar_matching PRG = xmatch OBJ = main.o draw.o polar_match.o LINK = -lm -lstdc++ -lX11 -lm -L/usr/X11R6/lib -lcurses C_OPTS = -c -g -O2 #for debugging comment of optimization