Home
last modified time | relevance | path

Searched refs:UtilsIpv6AddrMatch (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dutils.h82 __inline static FILLP_BOOL UtilsIpv6AddrMatch(FILLP_CONST struct sockaddr_in6 *a, FILLP_CONST struc… in UtilsIpv6AddrMatch() function
103 UtilsIpv6AddrMatch((a), (b)))
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c956 …(((FILLP_BOOL)UtilsIpv6AddrMatch(ipv6Addr, bind6Addr)) == FILLP_FALSE || ((bind6Addr->sin6_port !=… in FillpCheckandcopyConfirmAckAddr()