代码搜索:protocols
找到约 3,682 项符合「protocols」的源代码
代码结果 3,682
www.eeworm.com/read/304325/13796505
readme
1. tar -xzvf fetion_src.tar.gz -C /xxxx/pidgin-2.3.1/libpurple/protocol/
2. add "libpurple/protocols/fetion/Makefile" to configure.ac
3. autoreconf -ivf
4. ./configure
5. cd libpurple/protocol/fetion
www.eeworm.com/read/148143/5718142
h net.h
/*
* File: net.h
* Purpose: Network definitions and prototypes for dBUG.
*
* Notes:
*
* Author: Michael Norman
* Date:
*
* Modifications:
*
*/
#ifndef _NET_H
#define _NET_
www.eeworm.com/read/135153/5889464
h ipconfig.h
/*
* $Id: ipconfig.h,v 1.4 2001/04/30 04:51:46 davem Exp $
*
* Copyright (C) 1997 Martin Mares
*
* Automatic IP Layer Configuration
*/
/* The following are initdata: */
extern int ic_enable
www.eeworm.com/read/131315/5933826
makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
MAN5= a.out.0 acct.0 core.0 dir.0 disktab.0 dump.0 fs.0 fstab.0 \
group.0 hosts.0 networks.0 passwd.0 phones.0 plot.0 printcap.0 \
protocols.0 remote.0 resolver
www.eeworm.com/read/112303/6146211
8c ipopd.8c
.TH IPOPD 8C "January 16, 1992"
.UC 5
.SH NAME
IPOPd \- Post Office Protocol server
.SH SYNOPSIS
.B /usr/etc/ipop2d
.PP
.B /usr/etc/ipop3d
.SH DESCRIPTION
.I IPOP2d
and
.I IPOP3d
are servers which sup
www.eeworm.com/read/112192/6149097
8c ipopd.8c
.TH IPOPD 8C "January 16, 1992"
.UC 5
.SH NAME
IPOPd \- Post Office Protocol server
.SH SYNOPSIS
.B /usr/etc/ipop2d
.PP
.B /usr/etc/ipop3d
.SH DESCRIPTION
.I IPOP2d
and
.I IPOP3d
are servers which sup
www.eeworm.com/read/101082/6244302
h defs.h
/*
#ifndef lint
static char *sccsid = "@(#)defs.h 4.1 (ULTRIX) 7/17/90";
#endif lint
*/
/*
* Internal data structure definitions for SNMP Extended Agent.
*/
#include
#inc
www.eeworm.com/read/407513/11417983
cc priqueue.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/260790/11701714
gperf proto.gperf
struct protocols { string, id }
%%
http:, HTTP
https:, HTTPS
file:, L_FILE
gopher:, GOPHER
ftp:, FTP
www.eeworm.com/read/125879/14456954
gprot
#!/usr/bin/perl
#
# convert unix /etc/{protocols} format to flow-tools
#
while () {
chomp;
next if (/^\s*#/);
@f = split;
print "$f[1] $f[0]\n";
}