Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:ipv6_addr_equal

Proto:static inline bool ipv6_addr_equal(const struct in6_addr *a1, const struct in6_addr *a2)

Type:bool

Parameter:

TypeParameterName
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
Caller
NameDescribe
sel_netnode_findsel_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.