Searched refs:stDestIpAddress (Results 1 – 6 of 6) sorted by relevance
77 union bcm_mibs_ip_addr stDestIpAddress; member
79 union u_ip_address stDestIpAddress; member
711 DumpIpv6Address(pstClassifierEntry->stDestIpAddress.ulIpv6Addr); in DumpPackInfo()713 DumpIpv6Address(pstClassifierEntry->stDestIpAddress.ulIpv6Mask); in DumpPackInfo()715 … DUMP_INFO, DBG_LVL_ALL, "\tulDestIpAddr:%lX\n", pstClassifierEntry->stDestIpAddress.ulIpv4Addr[ui… in DumpPackInfo()716 … DUMP_INFO, DBG_LVL_ALL, "\tulDestIpMask:%lX\n", pstClassifierEntry->stDestIpAddress.ulIpv4Mask[ui… in DumpPackInfo()
366 union u_ip_address *dest_addr = &pstClassifierRule->stDestIpAddress; in MatchDestIpv6Address()
87 union u_ip_address *dest_addr = &pstClassifierRule->stDestIpAddress; in MatchDestIpAddress()
151 &pstClassifierEntry->stDestIpAddress; in CopyIpAddrToClassifier()2156 union u_ip_address *stDest = &pstClassifierEntry->stDestIpAddress; in restore_endianess_of_pstClassifierEntry()