⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cardif_macosx.h

📁 linux 下通过802.1认证的安装包
💻 H
字号:
/**
 * Licensed under a dual GPL/BSD license.  (See LICENSE file for more info.)
 *
 * \file cardif_macosx.c
 *
 * \author Fernando Schapachnik <fernando@mecon.gov.ar>, based
 * on the work of Ivan Voras <ivoras@fer.hr> and the Linux version by
 * chris@open1x.org
 *
 * \author chris@open1x.org, derived from work by authors above.
 *
 *******************************************************************/

#ifndef _CARDIF_MACOSX_H_
#define _CARDIF_MACOSX_H_


#include <sys/types.h>
#include <netinet/in.h>
#include <net/if_dl.h>

// We need a couple of pieces of data to make use of this interface.
// Define them here.
struct darwin_sock_data {
  int sockInt;
  char *wireless_blob;
};

int cardif_macosx_manual_events(context *);
#endif

⌨️ 快捷键说明

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