代码搜索结果

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

webber.c

/* =========================================================================== FILE: webber.c AUTHOR: Rob Walker SERVICES: IWeb API sample applet

opengps.m

function [gps, pid, version, text, protocols] = OpenGPS(port) global pid_product_rqst % Initialize global constants constants; %try gps = serial(port);

makefile

SOURCES= daemonCsched.c causal.c checkpoint.c daemoncom.c elClient.c OBJECTS=$(SOURCES:.c=.o) INCLUDES=daemonCsched.h causal.h checkpoint.h daemoncom.h elClient.h prototypes.h CFLAGS=-I. -I../

causal.h

/** @file causal.h defines the common structure of Vcausal protocol * used into daemon part and EL part */ #ifndef CAUSAL_H #define CAUSAL_H #endif /* CAUSAL_H */

makefile

SOURCES= elClient.c daemonCsched.c receiverbased.c checkpoint.c daemoncom.c OBJECTS=$(SOURCES:.c=.o) INCLUDES= elClient.h daemonCsched.h receiverbased.h checkpoint.h daemoncom.h prototypes.h CFLAGS=-

host.c

/* * linux/fs/lockd/host.c * * Management for NLM peer hosts. The nlm_host struct is shared * between client and server implementation. The only reason to * do so is to reduce code bloat. * * C

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

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 */