代码搜索结果

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

udp.h

/* SCCSID: @(#)udp.h 4.1 (Ultrix) 7/2/90 */ /* * Udp protocol header. * Per RFC 768, September, 1981. */ struct udphdr { u_short uh_sport; /* source port */ u_short uh_dport; /* destination p

sockep.cpp

/* SockEP */ /* Copyright (c) 1999 Wind River Systems, Inc. */ /* modification history -------------------- 01n,17dec01,nel Add include symbol for diab build. 01m,13jul01,dbs fix up includes 01l,0

client_i.h

// Client_i.h,v 1.2 1999/02/01 00:19:28 schmidt Exp #ifndef CLIENT_H #define CLIENT_H #include "ace/SOCK_Stream.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PR

handler.h

// Handler.h,v 1.4 1999/02/01 00:19:29 schmidt Exp #ifndef HANDLER_H #define HANDLER_H #include "ace/Svc_Handler.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_P

rfc1413.txt

组织:中国互动出版网(http://www.china-pub.com) RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者: shenjianli (shenjianli shenjianli@263.net) 译文发布时间:2001-7-1

rfc1979.txt

组织:中国互动出版网(http://www.china-pub.com/) RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者: 徐标(xbxiaoer xub@mail.ndsc.com.cn) 译文发布时间:2002-3-1 版权:本中文

i2c-amd8111.c

/* * SMBus 2.0 driver for AMD-8111 IO-Hub. * * Copyright (c) 2002 Vojtech Pavlik * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General

nph-count.cgi

#!/usr/bin/perl -wT use strict; print "$ENV{SERVER_PROTOCOL} 200 OK\n"; print "Server: $ENV{SERVER_SOFTWARE}\n"; print "Content-type: text/plain\n\n"; print "OK, starting time consuming process ...

find_addr.c

/* * find_addr, find_port - map internet hosts and services to internal form * * Author: Wietse Venema. */ #include #include #include #include

i2c-amd8111.c

/* * SMBus 2.0 driver for AMD-8111 IO-Hub. * * Copyright (c) 2002 Vojtech Pavlik * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General