代码搜索结果

找到约 10,000 项符合 Protocol 的代码

stxetxconf.h

/*! \file stxetxconf.h \brief STX/ETX Packet Protocol Implementation Configuration. */ //***************************************************************************** // // File Name : 'stxetx.h'

icmp.h

/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user l

eep_data.asm

EE_DATA_TBLE MOVLW HIGH EE_DATA_TBLE MOVWF PCLATH MOVF OFFSET,W ADDWF PCL,F RETLW D'5' ;Number of Data Words ;Address :00

iptc.h

#ifndef _IPTC_H_ #define _IPTC_H_ void iptc_add_rule(const char *table, const char *chain, const char *protocol, const char *iiface,

ppp.c

/* * PPP.C -- Send and receive datagrams on serial lines with * Point-to-Point Protocol * * This implementation of PPP is declared to be in the public domain. * * Based (in part) upon

_ppp.c

/* * This file has been slightly modified by NRL for use with IPv6+IPsec. * Search for USE_INET6 and/or IPSEC to see the blocks where this happened. * See the NRL Copyright notice for conditions

cs_url.h

/* * * cs_url.h * * Copyright (c) 2001, 2002 * Andrew Fedoniouk - andrew@terra-informatica.org * Portions: Serge Kuznetsov - kuznetsov@deeptown.org * * See the file "COPYING" for information

ppp.h

//开始或结束域 #define PPP_START 0X7E /*ppp包开始标志*/ #define PPP_END 0X7E /*ppp包结束标志*/ //地址域 #define PPP_ADD 0XFF /*全1的广播地址*/ //控制域 #define PPP_COMTROL

ppp._h

//开始或结束域 #define PPP_START 0X7E /*ppp包开始标志*/ #define PPP_END 0X7E /*ppp包结束标志*/ //地址域 #define PPP_ADD 0XFF /*全1的广播地址*/ //控制域 #define PPP_COMTROL

passsock.cpp

/* passsock.cpp - passivesock */ #include #include #include void errexit(const char *, ...); u_short portbase = 0; /* port base, for test servers */ /*---------