• Home
Name Date Size #Lines LOC

..--

.travis/12-May-2024-1811

doc/12-May-2024-12,1019,592

etc/12-May-2024-123104

include/12-May-2024-21,54213,416

lib/12-May-2024-68,23841,684

m4/12-May-2024-32

man/12-May-2024-329289

python/12-May-2024-7,0855,377

src/12-May-2024-7,4305,467

tests/12-May-2024-3,1262,149

tools/12-May-2024-8764

.gitignoreD12-May-2024238 2825

.indent.proD12-May-202426 21

.travis.ymlD12-May-202483 96

BUILD.gnD12-May-20247.2 KiB260249

COPYINGD12-May-202425.9 KiB503418

ChangeLogD12-May-202413.6 KiB337305

Makefile.amD12-May-202431.8 KiB1,024932

OAT.xmlD12-May-20249.5 KiB11265

README.OpenSourceD12-May-2024312 1111

README.mdD12-May-20241.3 KiB3118

README_ZH.mdD12-May-20241.1 KiB3418

autogen.shD12-May-2024274 169

configure.acD12-May-20246.2 KiB178153

install_tool.shD12-May-2024377 124

libnl-3.0.pc.inD12-May-2024255 119

libnl-3.symD12-May-20246.5 KiB366354

libnl-cli-3.0.pc.inD12-May-2024319 1210

libnl-cli-3.symD12-May-20242.7 KiB118116

libnl-genl-3.0.pc.inD12-May-2024269 1210

libnl-genl-3.symD12-May-20241,020 5250

libnl-idiag-3.0.pc.inD12-May-2024281 1310

libnl-idiag-3.symD12-May-20242.5 KiB110108

libnl-nf-3.0.pc.inD12-May-2024273 1210

libnl-nf-3.symD12-May-20247.2 KiB317315

libnl-route-3.0.pc.inD12-May-2024278 1210

libnl-route-3.symD12-May-202428.9 KiB1,1531,140

libnl-xfrm-3.0.pc.inD12-May-2024276 1210

libnl-xfrm-3.symD12-May-20246.1 KiB247246

README.OpenSource

1[
2  {
3    "Name": "libnl3",
4    "License": "LGPL-2.1",
5    "License File": "COPYING",
6    "Version Number": "3.5.0",
7    "Owner": "xusai4@huawei.com",
8    "Upstream URL": "https://github.com/thom311/libnl/tree/libnl3_5_0",
9    "Description": "Libnl library for user - mode and kernel - mode communication."
10  }
11]

README.md

1# libnl
2
3#### Introduction & Software Architecture
4- [Refer to the official documentation](https://www.infradead.org/~tgr/libnl/)
5
6#### Usage Guidelines
7
8- [Refer to the official API documentation](https://www.infradead.org/~tgr/libnl/doc/api/group__cb.html)
9
10#### Generates  Header File
11
12In this warehouse include/netlink/version.h and lib/defs.h file is generated through the following steps
13
141.Run the following script to generate the tools required for the header file
15    ```
16    bash install_tool.sh
17    ```
18Note:The preceding script performs following operations:Install the autoconf,libtool and pkg-config tools,execute the autogen.sh file in the libnl root directory,generate the configure,defs.h.in and defs.h.in~ files,and then execute the configure command,The version.h file is generated in the include/netlink directory,defs.h file is generated in the lib directory.
19#### Contribution
20
21[How to involve](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/参与贡献.md)
22
23[Commit message spec](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%83)
24
25#### Repositories Involved
26
27[third_party_wpa_supplicant](https://gitee.com/openharmony/third_party_wpa_supplicant)
28
29[drivers_peripheral](https://gitee.com/openharmony/drivers_peripheral)
30
31

README_ZH.md

1# libnl
2
3#### 简介 & 软件架构
4
5- [参考官方文档](https://www.infradead.org/~tgr/libnl/)
6
7#### 使用说明
8
9- [参考官方API文档](https://www.infradead.org/~tgr/libnl/doc/api/group__cb.html)
10
11#### 头文件生成
12
13本仓中的include/netlink/version.hlib/defs.h文件是通过以下步骤生成
14
151.生成头文件及所需工具,执行下列脚本
16    ```
17    bash install_tool.sh
18    ```
19注:上述脚本进行了如下操作,首先安装了autoconf、libtool、pkg-config工具,其次执行libnl根目录autogen.sh,生成configure、defs.h.indefs.h.in~文件。然后执行configure,会在include/netlink目录下生成version.h,lib目录下生成defs.h文件。
20
21#### 参与贡献
22
23[如何贡献](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/参与贡献.md)
24
25[Commit message规范](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%83)
26
27
28#### 相关仓
29
30[third_party_wpa_supplicant](https://gitee.com/openharmony/third_party_wpa_supplicant)
31
32[drivers_peripheral](https://gitee.com/openharmony/drivers_peripheral)
33
34