simd11.h

来自「Linux dot1x认证的实现」· C头文件 代码 · 共 26 行

H
26
字号
/******************************************************************* *  * Licensed under a dual GPL/BSD license.  (See LICENSE file for more info.) *  * File: simd11.h * * Authors: Chris.Hessing@utah.edu * *******************************************************************//******************************************************************* * * The development of the EAP/SIM support was funded by Internet * Foundation Austria (http://www.nic.at/ipa) * *******************************************************************/#ifndef SIMD11_H_#define SIMD11_H_int do_v1_at_mac(struct generic_eap_data *, char *, char *, int, int, char *, char *, int, uint16_t, char *);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?