1 Star 0 Fork 35

L2API/third_party_iptables

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sockaddr_storage.h 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangxianjun 提交于 2021-12-23 16:38 +08:00 . add BUILD.gn config.h file
#ifndef __SOCKET_STORAGE_H_H__
#define __SOCKET_STORAGE_H_H__
#include <sys/socket.h>
#include <stdbool.h>
#include <stdint.h>
struct sockaddr_storage {
sa_family_t ss_family;
char __ss_padding[128-sizeof(long)-sizeof(sa_family_t)];
unsigned long __ss_align;
};
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/l2-api/third_party_iptables.git
[email protected]:l2-api/third_party_iptables.git
l2-api
third_party_iptables
third_party_iptables
master

搜索帮助