Function report |
Source Code:include\net\ipv6.h |
Create Date:2022-07-28 06:11:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ipv6_addr_equal
Proto:static inline bool ipv6_addr_equal(const struct in6_addr *a1, const struct in6_addr *a2)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct in6_addr * | a1 | |
const struct in6_addr * | a2 |
581 | Return ( s6_addr32[0] ^ s6_addr32[0] | s6_addr32[1] ^ s6_addr32[1] | s6_addr32[2] ^ s6_addr32[2] | s6_addr32[3] ^ s6_addr32[3] ) == 0 |
Name | Describe |
---|---|
sel_netnode_find | sel_netnode_find - Search for a node record*@addr: IP address*@family: address family* Description:* Search the network node table and return the record matching @addr. If an* entry can not be found in the table return NULL. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |