Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.travis/ | 12-May-2024 | - | 18 | 11 | ||
doc/ | 12-May-2024 | - | 12,101 | 9,592 | ||
etc/ | 12-May-2024 | - | 123 | 104 | ||
include/ | 12-May-2024 | - | 21,542 | 13,416 | ||
lib/ | 12-May-2024 | - | 68,238 | 41,684 | ||
m4/ | 12-May-2024 | - | 3 | 2 | ||
man/ | 12-May-2024 | - | 329 | 289 | ||
python/ | 12-May-2024 | - | 7,085 | 5,377 | ||
src/ | 12-May-2024 | - | 7,430 | 5,467 | ||
tests/ | 12-May-2024 | - | 3,126 | 2,149 | ||
tools/ | 12-May-2024 | - | 87 | 64 | ||
.gitignore | D | 12-May-2024 | 238 | 28 | 25 | |
.indent.pro | D | 12-May-2024 | 26 | 2 | 1 | |
.travis.yml | D | 12-May-2024 | 83 | 9 | 6 | |
BUILD.gn | D | 12-May-2024 | 7.2 KiB | 260 | 249 | |
COPYING | D | 12-May-2024 | 25.9 KiB | 503 | 418 | |
ChangeLog | D | 12-May-2024 | 13.6 KiB | 337 | 305 | |
Makefile.am | D | 12-May-2024 | 31.8 KiB | 1,024 | 932 | |
OAT.xml | D | 12-May-2024 | 9.5 KiB | 112 | 65 | |
README.OpenSource | D | 12-May-2024 | 312 | 11 | 11 | |
README.md | D | 12-May-2024 | 1.3 KiB | 31 | 18 | |
README_ZH.md | D | 12-May-2024 | 1.1 KiB | 34 | 18 | |
autogen.sh | D | 12-May-2024 | 274 | 16 | 9 | |
configure.ac | D | 12-May-2024 | 6.2 KiB | 178 | 153 | |
install_tool.sh | D | 12-May-2024 | 377 | 12 | 4 | |
libnl-3.0.pc.in | D | 12-May-2024 | 255 | 11 | 9 | |
libnl-3.sym | D | 12-May-2024 | 6.5 KiB | 366 | 354 | |
libnl-cli-3.0.pc.in | D | 12-May-2024 | 319 | 12 | 10 | |
libnl-cli-3.sym | D | 12-May-2024 | 2.7 KiB | 118 | 116 | |
libnl-genl-3.0.pc.in | D | 12-May-2024 | 269 | 12 | 10 | |
libnl-genl-3.sym | D | 12-May-2024 | 1,020 | 52 | 50 | |
libnl-idiag-3.0.pc.in | D | 12-May-2024 | 281 | 13 | 10 | |
libnl-idiag-3.sym | D | 12-May-2024 | 2.5 KiB | 110 | 108 | |
libnl-nf-3.0.pc.in | D | 12-May-2024 | 273 | 12 | 10 | |
libnl-nf-3.sym | D | 12-May-2024 | 7.2 KiB | 317 | 315 | |
libnl-route-3.0.pc.in | D | 12-May-2024 | 278 | 12 | 10 | |
libnl-route-3.sym | D | 12-May-2024 | 28.9 KiB | 1,153 | 1,140 | |
libnl-xfrm-3.0.pc.in | D | 12-May-2024 | 276 | 12 | 10 | |
libnl-xfrm-3.sym | D | 12-May-2024 | 6.1 KiB | 247 | 246 |
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.h及lib/defs.h文件是通过以下步骤生成 14 151.生成头文件及所需工具,执行下列脚本 16 ``` 17 bash install_tool.sh 18 ``` 19注:上述脚本进行了如下操作,首先安装了autoconf、libtool、pkg-config工具,其次执行libnl根目录autogen.sh,生成configure、defs.h.in和defs.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