当前位置:  技术问答>linux和unix

我想找ifconfig的源代码,谢谢!

    来源: 互联网  发布时间:2015-06-11

    本文导语:  急需,我手头没有Linux系统,无法从rpm包里安装,请贴出源文件好么?谢谢! | #include  #include  #include  #include  #include  #include  #include  #include  #include  #define ETH_NAME "eth0" int main() { int so...

急需,我手头没有Linux系统,无法从rpm包里安装,请贴出源文件好么?谢谢!

|
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

#define ETH_NAME "eth0"

int main()
{
int sock;
struct sockaddr_in sin;
struct sockaddr sa;
struct ifreq ifr;
unsigned char mac[6];

sock = socket(AF_INET, SOCK_DGRAM, 0);
if (sock == -1)
{
perror("socket");
return -1;
}

strncpy(ifr.ifr_name, ETH_NAME, IFNAMSIZ);
ifr.ifr_name[IFNAMSIZ - 1] = 0;

if (ioctl(sock, SIOCGIFADDR, &ifr) 

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • linux/Centos下查看和修改网卡Mac地址(ifconfig命令)
  • 无法ifconfig
  • 最新CentOS 7中文正式版64位下载、安装及CentOS网卡IP配置(ifconfig)(图文)
  • 刚刚装上的系统连最基本的ifconfig都不能使用!
  • 为什么ifconfig等一些命令运行不了?
  • 关于ifconfig?
  • bash :ifconfig:command not found 为什么呢 ?
  • 我没有图形界面,请问如何用ifconfig命令为网卡添加两个IP地址
  • ifconfig等命令不能用
  • 换个角度问一下ifconfig配置问题
  • ifconfig eth0 提示错误:No device
  • 输入RedHat9的Ifconfig命令为什么要加上路径
  • ifconfig设置网卡IP地址后,怎么保存?
  • SOS,About ifconfig?
  • suselinux下如何删除ifconfig增加的ip
  • 为什么我的redhat linux9.0不能使用ifconfig命令?
  • 我的CentOS为什么不能上网,有ifconfig的图
  • 为什么我输入ifconfig命令后,没有inet addr这一项?
  • udhcpc,beaglebone,ifconfig相关
  • 请问Linux下要获得网络接口的相关信息,像ifconfig,netstat那样
  • ifconfig tun0 inet 192.168.0.2 192.168.0.1是什么意思?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3