代码搜索结果
找到约 10,000 项符合
Protocol 的代码
3-1-4.cfm.htm
说明安装路径和Master 数据库设备
3-1.cfm.htm
第三章 安装和使用SQL Server
sock.h
#ifndef _NETINETSOCK_H
#define _NETINETSOCK_H
extern int inetsocket(int domain, int type, int protocol);
extern int inetsocketpair(int domain, int type, int protocol, int *vect);
#endif
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 */
#de
usock.h
#ifndef _USOCK_H
#define _USOCK_H
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _LZW_H
#include "lzw.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endif
#ifndef _TCP_H
#include "
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
udp.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 l
in.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 l
ip.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 l
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 l