sock_win.h
来自「atheros ar5001 5002 driver」· C头文件 代码 · 共 52 行
H
52 行
/* sock_win.h - contains function decalarations of */
/* Copyright (c) 2000 Atheros Communications, Inc., All Rights Reserved */
#ifndef __INCsockwinh
#define __INCsockwinh
#include "wlantype.h"
#ifdef ANWI
#include "mld_anwi.h"
#endif
#ifdef JUNGO
#include "mld.h"
#endif
ART_SOCK_INFO *osSockCreate
(
char *pname
);
A_INT32 osSockRead
(
ART_SOCK_INFO *pSockInfo,
A_UINT8 *buf,
A_INT32 len
);
A_INT32 osSockWrite
(
ART_SOCK_INFO *pSockInfo,
A_UINT8 *buf,
A_INT32 len
);
ART_SOCK_INFO *osSockConnect
(
char *machname
);
A_BOOL osSockClose
(
ART_SOCK_INFO *pOSSock
);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?