Home
last modified time | relevance | path

Searched refs:SCRadixFindKeyIPV6ExactMatch (Results 1 – 3 of 3) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-radix-tree.c1945 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 Dutil-radix-tree.h126 SCRadixNode *SCRadixFindKeyIPV6ExactMatch(uint8_t *, SCRadixTree *, void **);
H A Ddetect-engine-iponly.c1257 (void)SCRadixFindKeyIPV6ExactMatch((uint8_t *)&src->ip[0], in IPOnlyPrepare()
1445 (void) SCRadixFindKeyIPV6ExactMatch((uint8_t *)&dst->ip[0], in IPOnlyPrepare()