代码搜索:IP技术
找到约 10,000 项符合「IP技术」的源代码
代码结果 10,000
www.eeworm.com/read/110737/15459040
gif icon_ip.gif
www.eeworm.com/read/113082/15470566
txt 获取ip.txt
// Get host address
char Buffer[64];
HOSTENT FAR *pHost;
CString sIPAddress;
gethostname(Buffer, 64);
pHost = gethostbyname(Buffer);
sIPAddress = inet_ntoa(*(struct in_addr*)pHost-
www.eeworm.com/read/112444/15485280
h ip6.h
struct ip6_hdr {
union {
struct ip6_hdrctl {
uint32_t ip6_un1_flow; /* 24 bits of flow-ID */
uint16_t ip6_un1_plen; /* payload length */
uint8_t ip6_un1_nxt; /* next he
www.eeworm.com/read/112406/15486036
res cap_ip.res
www.eeworm.com/read/112406/15486037
dof cap_ip.dof
[Compiler]
A=1
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=0
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=WinTypes=Windows;
www.eeworm.com/read/112406/15486039
dcu cap_ip.dcu
www.eeworm.com/read/112406/15486040
pas cap_ip.pas
unit cap_ip;
interface
uses
Windows, Messages,Classes,winsock,sysutils;
const
WM_CapIp = WM_USER + 200;
STATUS_FAILED =$FFFF; //定义异常出错代码
MAX_PACK_LEN =65535; /
www.eeworm.com/read/112406/15486042
cfg cap_ip.cfg
-$A+
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$Y-
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/110754/15526458