Home
last modified time | relevance | path

Searched defs:ip2 (Results 1 – 25 of 1315) sorted by relevance

12345678910>>...53

/dports/security/snort3/snort3-3.1.19.0/src/sfip/
H A Dsf_ip.h300 inline SfIpRet _ip4_cmp(uint32_t ip1, uint32_t ip2) in _ip4_cmp()
312 inline SfIpRet SfIp::_ip6_cmp(const SfIp& ip2) const in _ip6_cmp()
339 inline SfIpRet SfIp::compare(const SfIp& ip2, bool match_unset) const in compare()
354 inline bool SfIp::fast_eq4(const SfIp& ip2) const in fast_eq4()
359 inline bool SfIp::fast_lt6(const SfIp& ip2) const in fast_lt6()
389 inline bool SfIp::fast_gt6(const SfIp& ip2) const in fast_gt6()
419 inline bool SfIp::fast_eq6(const SfIp& ip2) const in fast_eq6()
438 inline bool SfIp::fast_equals_raw(const SfIp& ip2) const in fast_equals_raw()
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/sfutil/
H A Dsf_ip.h207 static INLINE int _ip4_cmp(u_int32_t ip1, u_int32_t ip2) { in _ip4_cmp()
216 static INLINE int _ip6_cmp(sfip_t *ip1, sfip_t *ip2) { in _ip6_cmp()
242 static INLINE SFIP_RET sfip_compare(sfip_t *ip1, sfip_t *ip2) { in sfip_compare()
320 static INLINE int sfip_fast_lt4(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_lt4()
323 static INLINE int sfip_fast_gt4(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_gt4()
326 static INLINE int sfip_fast_eq4(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_eq4()
330 static INLINE int sfip_fast_lt6(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_lt6()
351 static INLINE int sfip_fast_gt6(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_gt6()
372 static INLINE int sfip_fast_eq6(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_eq6()
387 static INLINE int sfip_fast_cont4(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_cont4()
[all …]
/dports/security/barnyard2/barnyard2-2-1.13/src/sfutil/
H A Dsf_ip.h207 static INLINE int _ip4_cmp(u_int32_t ip1, u_int32_t ip2) { in _ip4_cmp()
216 static INLINE int _ip6_cmp(sfip_t *ip1, sfip_t *ip2) { in _ip6_cmp()
242 static INLINE SFIP_RET sfip_compare(sfip_t *ip1, sfip_t *ip2) { in sfip_compare()
320 static INLINE int sfip_fast_lt4(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_lt4()
323 static INLINE int sfip_fast_gt4(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_gt4()
326 static INLINE int sfip_fast_eq4(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_eq4()
330 static INLINE int sfip_fast_lt6(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_lt6()
351 static INLINE int sfip_fast_gt6(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_gt6()
372 static INLINE int sfip_fast_eq6(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_eq6()
387 static INLINE int sfip_fast_cont4(sfip_t *ip1, sfip_t *ip2) { in sfip_fast_cont4()
[all …]
/dports/security/snort/snort-2.9.18/src/sfutil/
H A Dsf_ip.h303 static inline SFIP_RET _ip4_cmp(u_int32_t ip1, u_int32_t ip2) { in _ip4_cmp()
312 static inline SFIP_RET _ip6_cmp(const sfaddr_t *ip1, const sfaddr_t *ip2) { in _ip6_cmp()
336 static inline SFIP_RET sfip_compare(const sfaddr_t *ip1, const sfaddr_t *ip2) { in sfip_compare()
394 static inline int sfip_fast_lt4(const sfaddr_t *ip1, const sfaddr_t *ip2) { in sfip_fast_lt4()
397 static inline int sfip_fast_gt4(const sfaddr_t *ip1, const sfaddr_t *ip2) { in sfip_fast_gt4()
400 static inline int sfip_fast_eq4(const sfaddr_t *ip1, const sfaddr_t *ip2) { in sfip_fast_eq4()
404 static inline int sfip_fast_lt6(const sfaddr_t *ip1, const sfaddr_t *ip2) { in sfip_fast_lt6()
423 static inline int sfip_fast_gt6(const sfaddr_t *ip1, const sfaddr_t *ip2) { in sfip_fast_gt6()
442 static inline int sfip_fast_eq6(const sfaddr_t *ip1, const sfaddr_t *ip2) { in sfip_fast_eq6()
455 static inline int sfip_fast_cont4(const sfcidr_t *ip1, const sfaddr_t *ip2) { in sfip_fast_cont4()
[all …]
/dports/misc/visp/visp-3.4.0/modules/core/src/image/
H A DvpImagePoint.cpp131 VISP_EXPORT bool operator==(const vpImagePoint &ip1, const vpImagePoint &ip2) in operator ==()
150 VISP_EXPORT bool operator!=(const vpImagePoint &ip1, const vpImagePoint &ip2) in operator !=()
168 VISP_EXPORT vpImagePoint operator+(const vpImagePoint &ip1, const vpImagePoint &ip2) in operator +()
178 VISP_EXPORT vpImagePoint operator+=(const vpImagePoint &ip1, const vpImagePoint &ip2) in operator +=()
261 VISP_EXPORT vpImagePoint operator-(const vpImagePoint &ip1, const vpImagePoint &ip2) in operator -()
/dports/security/snort3/snort3-3.1.19.0/src/framework/
H A Dpacket_constraints.cc114 const uint32_t ip2 = 0x02020202; variable
127 const uint32_t ip2 = 0x02020202; variable
139 const uint32_t ip2 = 0x02020202; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/lang/clang-mesa/clang-13.0.1.src/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/dports/devel/jrtplib/JRTPLIB-3.11.2/src/
H A Drtpipv6address.cpp63 const uint8_t *ip2 = addr2->ip.s6_addr; in IsSameAddress() local
84 const uint8_t *ip2 = addr2->ip.s6_addr; in IsFromSameHost() local
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DIPFilterScanner.l113 char * ip2 = strchr(ip1 + 7, '-') + 1; variable
135 char * ip2 = strchr(ip1 + 7, '-') + 1; variable
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DIPFilterScanner.l113 char * ip2 = strchr(ip1 + 7, '-') + 1; variable
135 char * ip2 = strchr(ip1 + 7, '-') + 1; variable

12345678910>>...53