⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 raw_sock.h

📁 Adhoc无线网络路由协议源码
💻 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 + -