📄 raw_sock.h
字号:
#ifndef RAW_SOCK_H#define RAW_SOCK_H#include "common.h"/* * rawsock_init(): * prepare the raw socket and return the handle (file descriptor) */int rawsock_init();/* * rawsock_out(fd, buf, len, flags): * write the packet from buf into fd, return bytes actually written */int rawsock_out(int s, u_char *buf, int len, int flags);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -