ProgramingMan
程式工作者的 mer mer mer
2014年10月29日 星期三
net_device 結構
出處
内核源码:linux-2.6.38.8.tar.bz2
在Linux系统中,网络设备都被抽象为struct net_device结构体。它是网络设备硬件与上层协议之间联系的接口,了解它对编写网络驱动程序非常有益,所以本文将着手简要介绍linux-2.6.38.8/include/linux/netdevice.h文件中struct net_device结构体的所有成员(没有按照它们定义的顺序)。
閱讀更多 »
SKB(struct sk_buff)数据结构的部分分析
出處
other
http://simohayha.iteye.com/blog/556168
skb function 操作
http://jared.web.fc2.com/skb_function.pdf
小馬哥
http://jared.web.fc2.com/sk_buffer_analysis.pdf
上下篇
http://blog.csdn.net/npy_lp/article/details/7174124
閱讀更多 »
2014年10月16日 星期四
撰寫linux device driver
文章分享
http://www.freesoftwaremagazine.com/articles/drivers_linux
IGMP study / MLD
看了一篇文章寫得不錯就copy 過來看
出處
http://blog.xuite.net/azelmk2/eday/83824141
概論:
unicast: 來源和目的只有一個, 一對一傳送
multicast: 來源一個, 目的是特殊的MAC/IP (稱之為multicast group IP/MAC), 一對多.
閱讀更多 »
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)