代码搜索结果
找到约 33,168 项符合
Protocol 的代码
wspdef.h
/*************************************************************************/
/* module: SyncML WSP protocol driver */
/* file: src/xpt/palm/wspdef.h
xptiwsp.h
/*************************************************************************/
/* module: SyncML WSP protocol driver */
/* file: src/xpt/palm/xptiwsp.h
xptmutex.c
/*************************************************************************/
/* module: SyncML HTTP protocol driver */
/* file: src/xpt/win/xptihttp.h
xptmutex.c
/*************************************************************************/
/* module: SyncML HTTP protocol driver */
/* file: src/xpt/bindings/common/palm
xpt.h
/*************************************************************************/
/* module: SyncML Communication Protocol Header file */
/* file: src/xpt/inc/xpt.h
nogo.pm
package LWP::Protocol::nogo;
# If you want to disable access to a particular scheme, use this
# class and then call
# LWP::Protocol::implementor(that_scheme, 'LWP::Protocol::nogo');
# For then on, a
https.pm
#
package LWP::Protocol::https;
# $Id: https.pm,v 1.11 2001/11/17 02:10:28 gisle Exp $
use strict;
use vars qw(@ISA);
require LWP::Protocol::http;
@ISA = qw(LWP::Protocol::http);
sub _check_sock
{
ghttp.pm
package LWP::Protocol::GHTTP;
# $Id: GHTTP.pm,v 1.2 2001/04/07 05:26:51 gisle Exp $
#
# You can tell LWP to use this module for 'http' requests by running
# code like this before you make requests:
arp.h
#ifndef __ARP_H
#define __ARP_H
#include "eth.h"
/* ARP protocol HARDWARE identifiers. */
#define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */
#define ARPHRD_ETHER 1 /* Ethernet 10Mbps */
gopher.h
/* $Id: gopher.h,v 1.2 2004/10/08 17:19:26 zas Exp $ */
#ifndef EL__PROTOCOL_GOPHER_GOPHER_H
#define EL__PROTOCOL_GOPHER_GOPHER_H
#include "modules/module.h"
#include "protocol/protocol.h"
#ifdef C