代码搜索结果

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

packet_types.h

// IP packet structures... // ----------------------- // Note: All of this is hard coded little endian! typedef long n_long; typedef short n_short; typedef long n_time; struct ip {

packet_types.h

// IP packet structures... // ----------------------- // Note: All of this is hard coded little endian! typedef long n_long; typedef short n_short; typedef long n_time; struct ip {

prelogin.h

#ifndef VSF_PRELOGIN_H #define VSF_PRELOGIN_H struct vsf_session; /* init_connection() * PURPOSE * Called as an entry point to FTP protocol processing, when a client connects. * This function wil

packet_types.h

// IP packet structures... // ----------------------- // Note: All of this is hard coded little endian! typedef long n_long; typedef short n_short; typedef long n_time; struct ip {

p21.1.c

//p21.c 简单ping程序实现 #include #include #include #include #include #include #include #include #inclu

ethernet.h

#ifndef __ETHERNET_H__ #define __ETHERNET_H__ typedef struct _ETHERNET_HEADER { unsigned char EthDHost[6]; unsigned char EthSHost[6]; unsigned short EthType; }ETHERNET_HEADER, *P

makefile

OUTPUT=hidmouse OBJS= main.o \ events.o \ protocol.o LIBS= -lhid -lbatt -lsched -lmessage -ltimer -lpanic TRANSPORT=none DOCS=hid_mouse.html #GIFS= # Force the use of HID firmware

deny-rsync

#!/bin/bash # Send an error message via the rsync-protocol to a non-daemon client rsync. # # Usage: deny-rsync "message" protocol_version=29 exit_code=4 # same as a daemon that refuses an option #

test1.plg

Build target 'Target 1' compiling test1.c... compiling head.c... compiling ADUC812.H... compiling public.c... compiling usb.c... compiling uart_port.c... compiling USB_protocol.c... linking... *** WAR

15.7.c

#include #include int main() { struct servent *ser; if( ser=getservbyname("ftp","tcp")) { printf("name : %s\n",ser->s_name); printf("port : %d ",nt