大约有 762 项符合查询结果(耗时:0.0036秒) [XML]

https://www.tsingfun.com/it/os... 

【内核源码】linux UDP实现 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

... and haven't done so yet. */ if (use_hash2 && hash2 != hash2_any) { //再遍历INADDR_ANY的情况 hash2 = hash2_any; goto start_lookup; } if (first) { if (udp_queue_rcv_skb(first, skb) > 0) //第一个sk使用原始skb,不用clone了 consume_skb(skb); } else {// 说明没有...
https://www.tsingfun.com/it/cpp/656.html 

Win32汇编--使用MASM - C/C++ - 清泛网 - 专注C/C++及内核技术

...设备接口。利用VGA与DRV之类的显示设备驱动程序完成显示文本和矩形等功能。 USER32.DLL——用户接口服务。建立窗口和传送消息等。 当然,Win32 API还包括其他很多函数,这些也是由DLL提供的,不同的DLL提供了不同的系统功能...