代码搜索:H型风机
找到约 10,000 项符合「H型风机」的源代码
代码结果 10,000
www.eeworm.com/read/292101/8377115
h arp.h
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/192521/8377116
h tftp.h
#ifndef __TFTP_H
#define __TFTP_H
/*
* Trivial File Transfer Protocol (IEN-133)
*/
#define SEGSIZE 512 /* data segment size */
#define TFTP 0x45
/*
* Packet types.
*/
#define RRQ
www.eeworm.com/read/292101/8377120
h udpipgen.h
#ifndef UDPIPGEN_H
#define UDPIPGEN_H
#include
#ifndef IPDEFTTL
#define IPDEFTTL 64
#endif
struct ipovly
{
int ih_next,ih_prev;
u_char ih_x1;
u_char ih_pr;
u_short ih_len;
www.eeworm.com/read/292101/8377123
h handler.h
#ifndef SIGNALS_H
#define SIGNALS_H
#include
/**
*Description: this function used to handle the situation when a signal occurs
*@param sig: signal
*no return value
*/
void sigHandler
www.eeworm.com/read/192521/8377125
h arp.h
#ifndef __ARP_H
#define __ARP_H
#include "eth.h"
#include "csl.h"
/* ARP protocol HARDWARE identifiers. */
#define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */
#define ARPHRD_ETHER 1 /
www.eeworm.com/read/192521/8377128
h skbuff.h
#ifndef __SKBUFF_H
#define __SKBUFF_H
#include "eth.h"
#include "emac.h"
struct sk_buff {
unsigned char pad[2];
unsigned int truesize; /* Buffer size */
unsigned char *buf;
u
www.eeworm.com/read/192521/8377136
h socketkernl.h
#ifndef SOCKETKERNEL_
#define SOCKETKERNEL_
#include"csl.h" //for DSP
int MsgAsynEvent(int Message);
int net_handle(unsigned char *pBuf,unsigned int Len);
#endif /* NETSOCKET_ */
www.eeworm.com/read/192521/8377141
h emac.h
#ifndef _INITIAL_H_
#define _INITIAL_H_
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/192521/8377143
h ip.h
#ifndef __IP_H
#define __IP_H
#include"csl.h"
#define UDP 0x11
#define ICMP 0x01
#define TCP 0x06
/*
* This structure defines an ip header.
*/
struct iphdr {
unsigned ihl
www.eeworm.com/read/192521/8377144
h icmp.h
#ifndef __ICMP_H
#define __ICMP_H
#include "skbuff.h"
#include "ip.h"
struct icmphdr
{
Uint8 type;
Uint8 code;
Uint8 check[2];
};
int icmp_rcv_packet(struct sk_buff *skb);