代码搜索结果
找到约 33,168 项符合
Protocol 的代码
protocol.java
class Protocol
{
static public String SEND_USERNAME = "1"; //1chris
static public String SEND_POSITION = "2"; //201031
static public String SEND_CHAT = "3"; //3hahha
static public String
osip_via.c
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001,2002,2003,2004,2005 Aymeric MOIZARD jack@atosc.org
This library is free software; you can re
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.
*
*/
#include "global
sppp.c
/* Simplified Point-to-Point Protocol
* No negotiation, no address or ctl fields, 1-byte pids
*/
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#include "ip.h"
#include "slhc.h"
#i
ppp.h
/*****************************************************************************
* ppp.h - Network Point to Point Protocol header file.
*
* Copyright (c) 2003 by Marc Boucher, Services Informatiques (MB
ppp.c
/*****************************************************************************
* ppp.c - Network Point to Point Protocol program file.
*
* Copyright (c) 2003 by Marc Boucher, Services Informatiques (M
lcp.h
/*****************************************************************************
* lcp.h - Network Link Control Protocol header file.
*
* Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI
slipdev.c
/**
* \addtogroup uip
* @{
*/
/**
* \defgroup slip Serial Line IP (SLIP) protocol
* @{
*
* The SLIP protocol is a very simple way to transmit IP packets over
* a serial line. It does not prov
files
sioslipif.c - Implementation of the SLIP protocol on top of a serial line.
file.h
/////////////////////////////////////////////////////////////////////////////
// Name: file.h
// Purpose: File protocol
// Author: Guilhem Lavaux
// Modified by:
// Created: 1