📄 rawtx.h.1
字号:
/* * rawtx.h * Joris van Rantwijk, May 2001. * * Desperate attempt to implement a quick-and-dirty zero-copy * networking interface in the Linux kernel. */#include <linux/types.h>#include <linux/unistd.h>#define __NR_rawtx 230#ifndef __KERNEL__typedef unsigned long u32;#endifstatic inline _syscall4(int,rawtx,unsigned char *,saddr,unsigned char *,daddr,void *,buf,size_t,len);/* end */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -