代码搜索:IP Modem

找到约 10,000 项符合「IP Modem」的源代码

代码结果 10,000
www.eeworm.com/read/261219/11658127

lst ip.lst

C51 COMPILER V7.06 IP 12/04/2007 13:46:19 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE IP OBJECT MODULE PLACED IN ip.O
www.eeworm.com/read/261219/11658154

h ip.h

#ifndef _ip_h_ #define _ip_h_ extern WAIT xdata wait; extern void ip_rcve(INT8U xdata * inbuf, union ethernet_address_type eth_addr); extern void ip_send(INT8U xdata * outbuf, union ip_address
www.eeworm.com/read/261219/11658159

c ip.c

#include "ne2000.h" #include "eth.h" #include "arp.h" #include "icmp.h" #include "udp.h" #include extern union NetNode xdata myNode; WAIT xdata wait; extern unsigned int chksum(unsig
www.eeworm.com/read/157862/11658990

rar ip搜索.rar

www.eeworm.com/read/157794/11662872

txt ip.txt

package com.sourceware.util; import org.apache.commons.httpclient.methods.GetMethod; import org.apache.commons.httpclient.HttpClient; import org.apache.log4j.Logger; import java.net.InetAddres
www.eeworm.com/read/157691/11671319

h ip.h

/* * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are
www.eeworm.com/read/157670/11673509

h ip.h

#ifndef __IP_H #define __IP_H #define UDP 0x11 #define ICMP 0x01 /* * This structure defines an ip header. */ __packed struct iphdr { unsigned ihl:4, version:4; unsigned char tos; unsig
www.eeworm.com/read/157670/11673556

c ip.c

#include "skbuff.h" #include "eth.h" #include "ip.h" #include "arp.h" #include "icmp.h" #include "udp.h" #include "utils.h" static unsigned long local_ip = 0; unsigned short ip_fast_csum(u
www.eeworm.com/read/157670/11673580

o ip.o

www.eeworm.com/read/157615/11681964

h ip.h

/* IP Structures*/ /* ** v0.01 JPB 1/8/92 ** v0.02 JPB 29/7/97 Added fake packet type for SLIP ** v0.03 JPB 16/12/98 Added 'MAXUDPDATA' ** v0.04 JPB 16/12/99 Updated for book */ /* Ensure ne