搜索资源列表
ioctl02-Get
- 使用ioctl来读取本地ip和netmask值
ioctl03-Set
- 用ioctl来修改本地ip和netmask
ioctl06-DelRT
- 用ioctl删除一条路由,通过指定ip,netmask和gw来删除指定的路由。
ioctl06-DelRT
- 用ioctl删除一条路由,通过指定ip,netmask和gw来删除指定的路由(之前传的有错误,现在已改正,请管理员删除之前的)
NetMask
- 路由器工具,子网掩码计算器.zip,可以
ipwizard
- IP Wizard是一个在Windows2000下运行的程序,可以获得当前系统中所有的TCP/IP网络设定的信息。包括IP地址、网络掩码、网卡MAC址(如果有的话)。该程序使用了Windows Management Instrumentation (WMI)。推荐下载。-IP Wizard is a program running under Windows2000, can the current system all of the
setmac
- linux下更改网卡mac地址,设置网络IP地址,掩码,和DHCP获取IP地址的嵌入式QT程序-linux network card mac address change, set the network IP address, netmask, and DHCP to obtain IP addresses embedded QT procedures
ifconf
- 实现linux的网卡的ip地址、掩码、默认路由的查询和修改程序,main函数是我测试用的,你可以按照main的写法任意使用其他函数-Linux realize the network card ip address, netmask, default routing query and modify the program, main function is testing me, you can follow the main for
ioctl02-Get
- 使用ioctl来读取本地ip和netmask值-Use ioctl to read the local ip and netmask value
ioctl03-Set
- 用ioctl来修改本地ip和netmask-Use ioctl to change the local ip and netmask
ioctl06-DelRT
- 用ioctl删除一条路由,通过指定ip,netmask和gw来删除指定的路由。-Use ioctl to delete a routing, by specifying the ip, netmask and gw to delete the specified routing.
ioctl06-DelRT
- 用ioctl删除一条路由,通过指定ip,netmask和gw来删除指定的路由(之前传的有错误,现在已改正,请管理员删除之前的)-用ioctl???
NetMask
- 路由器工具,子网掩码计算器.zip,可以-Router tool, subnet mask calculator. Zip, can
lssNetInfo
- windows下获取网卡类型、IP地址、掩码、 网关、DHCP服务IP、MAC地址、网卡数量等, 非常好用-windows to obtain the next card type, IP address, netmask, gateway, DHCP services, IP, MAC address, card number and so on, very easy to use
ip_config_get
- linux下采用C语言或得IP地址,子网掩码,网关的源程序-This is a Source code about how to get the IP address netmask and getway of the network which is based C language.
SetAdapterInfo
- 采用自己研究发现的iphlpapi动态库中的隐藏的GetAdaptersInfo函数和SetAdapterIpAddress函数对主机的ip、mask和gateway进行设置-set host ip address , netmask and gateway with new hidden function SetAdapterIpAddress in iphlpapi dynamic library, it is really a c
AdapterIPConfigSun
- VC++模拟XP修改IP地址及网关的功能 VC++模拟XP修改IP地址及网关的功能,因为这个代码较早,它主要是想表现在不启动电脑的时候就修改IP地址、掩码以及网关,可是谁知道XP系统本身已经具备了这一功能,所以本代码就当是一个功能模拟吧,不知道对大家有没有用 -VC++ simulation XP modify IP address and gateway functionality VC++ simulation XP mod
wangluoliuliang
- 获取数据流量 获取网络 流量 获取网络 流量-include <stdlib.h> #include <stdio.h> #include <pcap.h> void usage() void dispatcher_handler(u_char*, const struct pcap_pkthdr*, const u_char*) void
IPADDR_CONVERT
- 网络中IP地址转换,子网地址,掩码等相互转换的小例子,为计算机网络实验要求编写的小程序。-IP network address translation, subnet address, netmask and other small examples of conversion, for the computer network experiment called for the preparation of small program
getIP-impro
- 本程序用户获取主机的IP地址和MAC地址,头文件与函数原型如下 #include "getIP.h" int get_ip(char *ipaddr, char *netmask, const char *ethname) #include "getIP.h" int get_mac(char *mac) 以下是get_ip函数简单使用范例 //定义IP和MAC所需要的存储空间