Searched refs:SCRadixFindKeyIPV6ExactMatch (Results 1 – 3 of 3) sorted by relevance
/dports/security/suricata/suricata-6.0.4/src/ |
H A D | util-radix-tree.c | 1945 result &= (SCRadixFindKeyIPV6ExactMatch((uint8_t *)&servaddr.sin6_addr, tree, NULL) != NULL); in SCRadixTestIPV6Insertion07() 1951 result &= (SCRadixFindKeyIPV6ExactMatch((uint8_t *)&servaddr.sin6_addr, tree, NULL) != NULL); in SCRadixTestIPV6Insertion07() 1957 result &= (SCRadixFindKeyIPV6ExactMatch((uint8_t *)&servaddr.sin6_addr, tree, NULL) != NULL); in SCRadixTestIPV6Insertion07() 1963 result &= (SCRadixFindKeyIPV6ExactMatch((uint8_t *)&servaddr.sin6_addr, tree, NULL) != NULL); in SCRadixTestIPV6Insertion07() 1969 result &= (SCRadixFindKeyIPV6ExactMatch((uint8_t *)&servaddr.sin6_addr, tree, NULL) == NULL); in SCRadixTestIPV6Insertion07() 1975 result &= (SCRadixFindKeyIPV6ExactMatch((uint8_t *)&servaddr.sin6_addr, tree, NULL) == NULL); in SCRadixTestIPV6Insertion07() 1981 result &= (SCRadixFindKeyIPV6ExactMatch((uint8_t *)&servaddr.sin6_addr, tree, NULL) != NULL); in SCRadixTestIPV6Insertion07() 1987 result &= (SCRadixFindKeyIPV6ExactMatch((uint8_t *)&servaddr.sin6_addr, tree, NULL) != NULL); in SCRadixTestIPV6Insertion07() 1993 result &= (SCRadixFindKeyIPV6ExactMatch((uint8_t *)&servaddr.sin6_addr, tree, NULL) != NULL); in SCRadixTestIPV6Insertion07() 2065 result &= (SCRadixFindKeyIPV6ExactMatch((uint8_t *)&servaddr.sin6_addr, tree, NULL) == NULL); in SCRadixTestIPV6Removal08() [all …]
|
H A D | util-radix-tree.h | 126 SCRadixNode *SCRadixFindKeyIPV6ExactMatch(uint8_t *, SCRadixTree *, void **);
|
H A D | detect-engine-iponly.c | 1257 (void)SCRadixFindKeyIPV6ExactMatch((uint8_t *)&src->ip[0], in IPOnlyPrepare() 1445 (void) SCRadixFindKeyIPV6ExactMatch((uint8_t *)&dst->ip[0], in IPOnlyPrepare()
|