Hello,everyone, does anyone know how to use the socket in kernel mode? In my block device driver I need to communicate with another computer...
全文
回复(2) 2002-02-19 00:54 来自版块 - LINUX&UNIX核心开发
表情
shrekStandard 2.4.x kernel tree Take a look at khttpd, /usr/src/net/khttpd, kernel mode http server. In case of Redhat 7.2. /usr/src/net/tux, R...(2002-02-19 12:33)
shownxuyou can allocate a skbuff, and fill it with what you should send throught network, and call the function dev_queue_xmit(skb); to send the bu...(2002-02-19 10:45)

返回顶部