WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_apf.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2023. All rights reserved.
3 * Description: APF hmac function header.
4 * Create: 2022-10-14
5 */
6
7#ifndef HMAC_APF_H
8#define HMAC_APF_H
9
10/*****************************************************************************
11 1 其他头文件包含
12*****************************************************************************/
13#include "mac_apf.h"
14#include "hmac_vap.h"
15#include "frw_ext_if.h"
16#include "oam_struct.h"
17#include "oal_mem_hcm.h"
18#include "diag_log_common.h"
20
21#ifdef __cplusplus
22#if __cplusplus
23extern "C" {
24#endif
25#endif
26
27#undef THIS_FILE_ID
28#define THIS_FILE_ID OAM_FILE_ID_HMAC_APF_H
29
30/*****************************************************************************
31 2 宏定义
32*****************************************************************************/
33#define APF_PROGRAM_IPV4_BEGIN 76
34#define APF_PROGRAM_IPV4_END 79
35#define APF_PROGRAM_IPV4_BROADCAST_BEGIN 143
36#define APF_PROGRAM_IPV4_BROADCAST_END 145
37
38/*****************************************************************************
39 10 函数声明
40*****************************************************************************/
41static osal_u32 hmac_apf_init_weakref(osal_void) __attribute__ ((weakref("hmac_apf_init"), used));
42static osal_void hmac_apf_deinit_weakref(osal_void) __attribute__ ((weakref("hmac_apf_deinit"), used));
43
44#ifdef __cplusplus
45#if __cplusplus
46}
47#endif
48#endif
49
50#endif /* end of hmac_apf.h */
static osal_u32 used
Definition hmac_apf.h:41
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13
Log message information header.
Definition log_oam_logger.h:564