代码搜索结果
找到约 10,000 项符合
Protocol 的代码
linux_socket.txt
创建套接字:
int socket(int domain,int type,int protocol)
domain(地址族)取值:
AF_UNIX 1 UNIX域套接字(UNIX内部协议)
AF_INET 2 Internet协议
AF_X25 20 CCITT X.25 in particular
AF_IPX
extransport.h
/*
eXosip - This is the eXtended osip library.
Copyright (C) 2002,2003,2004,2005,2006,2007 Aymeric MOIZARD - jack@atosc.org
eXosip is free software; you can redistribute it and/or modify
stxetx.h
/*! \file stxetx.h \brief STX/ETX Packet Protocol Implementation Library. */
//*****************************************************************************
//
// File Name : 'stxetx.h'
// Title
rfc701.txt
AUGUST, 1974
AUGUST, 1974, SURVEY OF NEW-PROTOCOL TELNET SERVERS
THIS IS THE FIRST OF WHAT ARE PLANNED TO BE MONTHLY REPORTS ON
THE STATUS OF THE NEW-PROTOCOL TELNET IMPLEMENTAIONS ON THE SERV
rfc1841.txt
Network Working Group J. Chapman
Request For Comments: 1841 Cisco Systems, Inc.
Category: Informational
rfc2934.txt
Network Working Group K. McCloghrie
Request for Comments: 2934 cisco Systems
Category: Experimental
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
rfc701.txt
AUGUST, 1974
AUGUST, 1974, SURVEY OF NEW-PROTOCOL TELNET SERVERS
THIS IS THE FIRST OF WHAT ARE PLANNED TO BE MONTHLY REPORTS ON
THE STATUS OF THE NEW-PROTOCOL TELNET IMPLEMENTAIONS ON THE SERV
lcp.h
/*
* lcp.h - Link Control Protocol definitions.
*
* Copyright (c) 1989 Carnegie Mellon University.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* p
if_arp.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 leve