📄 arp.h
字号:
#ifndef _arp_h_
#define _arp_h_
void arptab_init(void);
void arp_request(union ip_address_type *ip_address);
void arp_answer(void);
void arp_process(void);
void updatearptab(void);
void arp_ip_mac(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -