📄 kiss.h
字号:
#ifndef _KISS_H
#define _KISS_H
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
/* In kiss.c: */
int kiss_free(struct iface *ifp);
int kiss_raw(struct iface *iface,struct mbuf **data);
void kiss_recv(struct iface *iface,struct mbuf **bp);
int kiss_init(struct iface *ifp);
int32 kiss_ioctl(struct iface *iface,int cmd,int set,int32 val);
void kiss_recv(struct iface *iface,struct mbuf **bp);
#endif /* _KISS_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -