代码搜索:ip核
找到约 10,000 项符合「ip核」的源代码
代码结果 10,000
www.eeworm.com/read/182266/9209548
gif ip.gif
www.eeworm.com/read/378952/9211985
clear_ip
#!/usr/bin/env perl
# Use mandatory external modules
use strict;
use Cwd;
use File::Basename;
# Determine installation dir name
our $SELF_DIR = dirname(dirname(Cwd::abs_path(__FILE__)));
# Include
www.eeworm.com/read/378952/9211998
check_ip
#!/usr/bin/env perl
# Use mandatory external modules
use strict;
use Cwd;
use File::Basename;
# Determine installation dir name
our $SELF_DIR = dirname(dirname(Cwd::abs_path(__FILE__)));
# Include
www.eeworm.com/read/182091/9217807
gif ip.gif
www.eeworm.com/read/378503/9228179
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/181900/9232198
au ip.au
www.eeworm.com/read/378396/9232743
gif ip.gif
www.eeworm.com/read/181504/9247747
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/181504/9247749
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/377955/9255501
bas ip.bas
Attribute VB_Name = "IP"
'此模块用来解析域名IP
'用法为:
'getip(域名)
'返回值为一标准IP地址格式的String变量
'getname这个函数用来取得IP对应的域名.但是没有什么用的.
Public Const WS_VERSION_REQD = &H101
Public Const WS_VERSION_MAJOR = WS_VE