代码搜索:IP技术
找到约 10,000 项符合「IP技术」的源代码
代码结果 10,000
www.eeworm.com/read/361021/10068463
h ip.h
#ifndef _IP_H
#define _IP_H
#include "types.h"
#define INADDR_BROADCAST (ULONG)0xffffffff
#define ETHERTYPE_IP 0x0008 /* IP protocol */
#define IPPROTO_IP 0 /* Dummy for IP
www.eeworm.com/read/165191/10072802
cpp ip.cpp
#include "stdafx.h"
#include
#include "dibapi.h"
// Definitions required for convolution image filtering
#define KERNELCOLS 3
#define KERNELROWS 3
#define KERNELELEMENTS (KERNELCOLS
www.eeworm.com/read/360699/10081516
gif ip.gif
www.eeworm.com/read/164913/10082261
cpp ip.cpp
#include
unsigned char i,j,in[8],out[8],
bt[8]={2,8,32,128,1,4,16,64};
main()
{ for(i=0;i
www.eeworm.com/read/360577/10086953
txt ip.txt
//IP置换
module ip(datain,dataout);
input [64:1]datain;
output [48:1]dataout;
reg [48:1]dataout;
assign dataout[1:64] = { desIn[07], desIn[15], desIn[23], desIn
www.eeworm.com/read/164767/10089648
h ip.h
#ifndef _INETIP_H
#define _INETIP_H
#include "inet.h"
struct ipstat_t {
ulong badver; /* bad version number */
ulong total; /* total packets received */
ulong badchksum; /* checksum b
www.eeworm.com/read/164767/10089657
cc ip.cc
#include "root.h"
#include
#include "ip.h"
#include "udp.h"
#include "tcp.h"
#include "icmp.h"
#include "raw.h"
#include "arp.h"
ipstat_t ipstat;
void ipaddhead(pkt_t *pkt, u8_t proto
www.eeworm.com/read/360354/10101187
gif ip.gif
www.eeworm.com/read/164574/10102917
gif ip.gif
www.eeworm.com/read/164463/10106810
h 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 leve