ChinaUnix.net
相关文章推荐:

linux ping源码

邮箱:[email]doghub@msn.com[/email] 先感谢了。

by cclq - 程序开发 - 2006-12-01 22:19:20 阅读(2121) 回复(6)

相关讨论

谁有linux下的ping的C程序源码? 感激!感激!感激!

by henge - Linux系统管理 - 2003-04-16 20:43:13 阅读(1414) 回复(1)

谁有linux下的ping的C程序源码? 感激!感激!感激!

by henge - Linux论坛 - 2003-04-16 20:43:13 阅读(669) 回复(1)

邮箱:[email]doghub@msn.com[/email] 先感谢了。

by cclq - Linux环境编程 - 2006-12-01 22:19:20 阅读(4498) 回复(6)

不是我自己写的,在学Python,所以对源码很感兴趣. 贴出来给同样有兴趣的朋友看看. #!/usr/bin/env python # -*- coding: iso-8859-1 -*- """ping.py ping.py uses the ICMP protocol's mandatory ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway. Copyright (C) 2004 - Lars Strand ; This program is free software; you can redistribute it and/or modify it under the terms of the...

by neilton - Python文档中心 - 2006-05-07 09:18:09 阅读(1414) 回复(0)

发信人: matrix (矩阵), 信区: NetPrg 标 题: ping程序源代码 发信站: 牡丹园 (Mon Jul 22 09:33:59 2002) , 站内信件 // Module Name: ping.c // // Description: // This sample illustrates how an ICMP ping app can be written // using the SOCK_RAW socket type and IPPROTO_ICMP protocol. // By creating a raw socket, the underlying layer does not change // the protocol header so that when we submi...

by ghostzhu - Linux文档专区 - 2006-01-05 08:48:46 阅读(836) 回复(0)

#!/usr/bin/env python """ping.py ping.py uses the ICMP protocol's mandatory ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway. Copyright (C) 2004 - Lars Strand ; This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at you...

by alexnetwork - Python文档中心 - 2009-03-18 13:13:24 阅读(1793) 回复(0)
by VIP_fuck - C/C++ - 2009-07-21 16:55:00 阅读(1471) 回复(6)

想要一个ping源码,好像是包含在net-tools中的,上次找到一个,搞丢了,现在在google上竟然找不到了,麻烦各位大侠可以给个下载网址! 先谢谢了!

by snow_insky - 内核/嵌入技术 - 2005-07-21 11:34:52 阅读(617) 回复(1)

想要一个ping源码,好像是包含在net-tools中的,上次找到一个,搞丢了,现在在google上竟然找不到了,麻烦各位大侠可以给个下载网址! 先谢谢了!

by snow_insky - 内核源码 - 2005-07-21 11:34:52 阅读(1509) 回复(1)

为了更好的学习,感觉很有必要建立一个自己的源码库。 建立该源码库的目的很简单: 1>. 知识在于积累 2>. 自己查找起来方便。 3>. 分享自己的部分源码,当然也有很多是直接来源于网上的(感觉很不错的就留下了) ==> 学习、交流。 为了让大家记住这个小Blog,就把所有的小源码设置个解压密码吧(gan.cublog.cn)! 里面的很多代码其实很不成熟, 在真正使用时请自己按照自己的需要修改, 对此使用中出现的问题不服任何责...

by luojingqing - Linux文档专区 - 2007-11-22 11:57:42 阅读(749) 回复(0)