摘要:基于GDBus框架的进程间通信详解 | 码农家园 (codenong.com)
阅读全文
摘要:基于GDBus框架的进程间通信详解_开酒不喝车的博客-CSDN博客
阅读全文
摘要:fasync是指应用于系统调用signal和sigaction函数的中断机制。
阅读全文
摘要:#include <linux/init.h> #include <linux/module.h> #include <linux/cdev.h> #include <linux/fs.h> #include <linux/device.h> #include <linux/uaccess.h> #
阅读全文
摘要:typedef unsigned int UINT32; typedef unsigned short UINT16; typedef struct event_handle_ { UINT32 eventID; UINT32 f2Handle; } event_handle; struct eve
阅读全文
摘要:typedef struct spinlock { union { struct raw_spinlock rlock; //自旋锁的核心成员是和raw_spinlock锁。 #ifdef CONFIG_DEBUG_LOCK_ALLOC //如果打开次配置,会增加调试信息存储 # define LO
阅读全文
摘要:if (!BuildCommDCB("9600,n,8,1", &dcb)) {
阅读全文
摘要:SetupDiEnumDeviceInterfaces
阅读全文
摘要:Atheros AR9285 过时的百M 无线网卡
阅读全文
摘要:struct net_device *netdev; /* net device handle (wifi%d) */ struct net_device_stats devstats; /* net device statisitics */ https://blog.csdn.net/weixi
阅读全文
摘要:https://blog.csdn.net/u010386121/article/details/116857526
阅读全文
摘要:OMCI(光网络单元管理控制接口,即ONU Management and Control Interface)是GPON标准中定义的一种OLT与ONT之间信息交互的协议,用于在GPON网络中OLT对ONT的管理,包括配置管理、故障管理、性能管理和安全管理等 ont就是我们俗称的光猫,分为sfu(si
阅读全文
摘要:https://blog.csdn.net/lingshengxueyuan/article/details/108552547
阅读全文
摘要:https://blog.csdn.net/vesamount/article/details/88628714/
阅读全文
摘要:/* * Typedef: struct GT_QD_DEV * * Description: Includes Tapi layer switch configuration data. * * Fields: * deviceId - The device type identifier. *
阅读全文
摘要:Internet gateway message protocol 因特网网关信息协议 igmp snooping 交换芯片驱动上实现
阅读全文
摘要:spin_lock_irqsave https://blog.csdn.net/lzn948055097/article/details/120302623 /** * down - acquire the semaphore * @sem: the semaphore to be acquired
阅读全文
摘要:/* * typedef: struct GT_VTU_ENTRY * * Description: VLAN tarnslaton unit Entry * Each field in the structure is device specific, i.e., some fields may
阅读全文
摘要:https://www.xjishu.com/zhuanli/62/201720309775.html 交换芯片驱动--网卡驱动 利用网卡驱动在以太网上实现VLAN技术 http://www.qianyan.biz/Patent-Display/02128105.html
阅读全文
摘要:/dev/vlan_ioctl0 VLAN一般指虚拟局域网。 VLAN(Virtual Local Area Network)的中文名为"虚拟局域网"。虚拟局域网(VLAN)是一组逻辑上的设备和用户
阅读全文