af_unix.h
来自「GNU Mach 微内核源代码, 基于美国卡内基美隆大学的 Mach 研究项目」· C头文件 代码 · 共 15 行
H
15 行
#ifndef __LINUX_NET_AFUNIX_H#define __LINUX_NET_AFUNIX_Hextern void unix_proto_init(struct net_proto *pro);extern struct proto_ops unix_proto_ops;extern void unix_inflight(struct file *fp);extern void unix_notinflight(struct file *fp);typedef struct sock unix_socket;extern void unix_gc(void);extern unix_socket *unix_socket_list;#define UNIX_MAX_FD 8#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?