代码搜索:IP Modem

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

代码结果 10,000
www.eeworm.com/read/149280/6314147

c ip.c

/* Debug option to send IP datagrams with a dummy 'options' field */ #define BIGHEAD 0 /* Set non-zero to send datagrams with larger IP hdrs */ #include #include #incl
www.eeworm.com/read/282377/6314220

c ip.c

//----------------------------------------------------------------------------- // Copyright (c) 2002 Jim Brady // Do not use commercially without author's permission // Last revised August 2002 /
www.eeworm.com/read/282377/6314222

h ip.h

//----------------------------------------------------------------------------- // IP.H // //----------------------------------------------------------------------------- void ip_send(UCHAR xdat
www.eeworm.com/read/353618/6317617

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/353618/6317619

c ip.c

#include "..\config.h" #include "skbuff.h" #include "eth.h" #include "ip.h" #include "arp.h" #include "icmp.h" #include "udp.h" #include "utils.h" #ifdef TFTP_SUPPORT static unsigned long
www.eeworm.com/read/131751/6321186

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/353762/6322590

c ip.c

/*///////////////////////////////////////////////////////////////////////////// File Name : IP.C Author : Rene Trenado Location : Motorola Applications Lab, Baja California Date Created :
www.eeworm.com/read/353762/6322592

h ip.h

/*///////////////////////////////////////////////////////////////////////////// File Name : IP.h Author : Rene Trenado Location : Motorola Applications Lab, Baja California Date Created :
www.eeworm.com/read/346078/6324598

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/345862/6338114

h ip.h

/* * Copyright (c) 2001-2003 Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permi