代码搜索:DCCP
找到约 141 项符合「DCCP」的源代码
代码结果 141
www.eeworm.com/read/382649/9007670
h dccp.h
/* @(#) $Header: /tcpdump/master/tcpdump/dccp.h,v 1.5 2006-11-02 09:05:23 hannes Exp $ (LBL) */
/*
* Copyright (C) Arnaldo Carvalho de Melo 2004
* Copyright (C) Ian McDonald 2005
www.eeworm.com/read/316872/3598517
h dccp.h
#ifndef _LINUX_DCCP_H
#define _LINUX_DCCP_H
#include
#include
/**
* struct dccp_hdr - generic part of DCCP packet header
*
* @dccph_sport - Relevant port on the
www.eeworm.com/read/316872/3604660
txt dccp.txt
DCCP protocol
============
Contents
========
- Introduction
- Missing features
- Socket options
- Notes
Introduction
============
Datagram Congestion Control Protocol (DCCP) is an unreliable, con
www.eeworm.com/read/316872/3606831
h dccp.h
#ifndef _DCCP_H
#define _DCCP_H
/*
* net/dccp/dccp.h
*
* An implementation of the DCCP protocol
* Copyright (c) 2005 Arnaldo Carvalho de Melo
* Copyright (c) 2005-6 Ia
www.eeworm.com/read/395229/2446282
h dccp.h
#ifndef _LINUX_DCCP_H
#define _LINUX_DCCP_H
#include
#include
/**
* struct dccp_hdr - generic part of DCCP packet header
*
* @dccph_sport - Relevant port on the
www.eeworm.com/read/395229/2446977
h dccp.h
#ifndef _LINUX_DCCP_H
#define _LINUX_DCCP_H
#include
#include
/**
* struct dccp_hdr - generic part of DCCP packet header
*
* @dccph_sport - Relevant port on the
www.eeworm.com/read/395229/2447889
h dccp.h
#ifndef _LINUX_DCCP_H
#define _LINUX_DCCP_H
#include
#include
/**
* struct dccp_hdr - generic part of DCCP packet header
*
* @dccph_sport - Relevant port on the
www.eeworm.com/read/362989/2924555
h dccp.h
#ifndef _LINUX_DCCP_H
#define _LINUX_DCCP_H
#include
#include
/**
* struct dccp_hdr - generic part of DCCP packet header
*
* @dccph_sport - Relevant port on the
www.eeworm.com/read/152843/5664318
h ipt_dccp.h
#ifndef _IPT_DCCP_H_
#define _IPT_DCCP_H_
#define IPT_DCCP_SRC_PORTS 0x01
#define IPT_DCCP_DEST_PORTS 0x02
#define IPT_DCCP_TYPE 0x04
#define IPT_DCCP_OPTION 0x08
#define IPT_DCC