代码搜索:IP Modem

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

代码结果 10,000
www.eeworm.com/read/250895/12378490

c ip.c

#include "cpu_reg.h" #include "string.h" #include "ip.h" extern Uint16 AicRegs; extern Uint16 RxSuccessFlag; extern Uint16 TxEthnetFrameBuffer[1518/2]; extern Uint16 RxEthnetFrameBuffer[
www.eeworm.com/read/250895/12378511

c ip.c

#include "cpu_reg.h" #include "string.h" #include "ip.h" extern Uint16 AicRegs; extern Uint16 RxSuccessFlag; extern Uint16 TxEthnetFrameBuffer[1518/2]; extern Uint16 RxEthnetFrameBuffer[
www.eeworm.com/read/149297/12388009

h ip.h

/* * Copyright (c) 2003 Electric Application Laboratory of NAN KAI University * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * ar
www.eeworm.com/read/149297/12388016

c ip.c

/* * Copyright (c) 2003 Electric Application Laboratory of NAN KAI University * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * ar
www.eeworm.com/read/149284/12388293

o ip.o

www.eeworm.com/read/149284/12388307

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/149284/12388317

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/149282/12388816

h ip.h

/* Ensure network structures aren't padded (DJGPP and VC) */ #pragma pack(1) #define MAXDATA 1500 /* Maximum Ethernet data size */ #define MAXPACK (MAXDATA+14) /* Maximum packet siz
www.eeworm.com/read/149282/12388844

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/149275/12390935

c ip.c

#define BIGHEAD 0 /* Set non-zero to send datagrams with larger IP hdrs */ #include #include #include #include "ether.h" #include "netutil.h" #include "i