代码搜索:IP

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

代码结果 10,000
www.eeworm.com/read/135104/7094017

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
www.eeworm.com/read/135104/7094018

h ip.h

#pragma pack(1) #define MAXDATA 1500 /* Maximum Ethernet data size */ #define MAXPACK (MAXDATA+14) /* Maximum packet size (incl. datalink hdr) */ #define MAXSEG (MAXDATA-40) /*
www.eeworm.com/read/135104/7094213

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/135104/7094221

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/135104/7094303

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/135104/7094311

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/175591/7109540

h ip.h

#ifdef IP_GLOBALS #define IP_EXT #else #define IP_EXT extern #endif #ifdef Big_End union w { uint32 dwords; struct {uint16 high ;uint16 low;}words; struct {ui
www.eeworm.com/read/175591/7109544

c ip.c

#define IP_GLOBALS #include "Config.h" #include "../include/cfg_net.h" OS_EVENT *RecIcmpQFlag; OS_EVENT *RecTcpQFlag; OS_EVENT *RecUdpQFlag; OS_EVENT *SendFlag; Rec_Ptr RECQ
www.eeworm.com/read/452383/7115423

tcp-ip

www.eeworm.com/read/452383/7115424

tcp-ip