Home
last modified time | relevance | path

Searched refs:ipme (Results 1 – 25 of 97) sorted by relevance

1234

/dports/mail/qmail/netqmail-1.06/
H A Dipme.c19 ipalloc ipme = {0}; variable
26 for (i = 0;i < ipme.len;++i)
27 if (byte_equal(&ipme.ix[i].ip,4,ip))
45 if (!ipalloc_readyplus(&ipme,0)) return 0; in ipme_init()
46 ipme.len = 0; in ipme_init()
53 if (!ipalloc_append(&ipme,&ix)) { return 0; } in ipme_init()
82 if (!ipalloc_append(&ipme,&ix)) { close(s); return 0; } in ipme_init()
92 if (!ipalloc_append(&ipme,&ix)) { close(s); return 0; } in ipme_init()
H A Dipmeprint.c17 for (j = 0;j < ipme.len;++j) in main()
19 substdio_put(subfdout,temp,ip_fmt(temp,&ipme.ix[j].ip)); in main()
H A Dipme.h7 extern ipalloc ipme;
/dports/mail/qmail-mysql/netqmail-1.06/
H A Dipme.c19 ipalloc ipme = {0}; variable
26 for (i = 0;i < ipme.len;++i)
27 if (byte_equal(&ipme.ix[i].ip,4,ip))
45 if (!ipalloc_readyplus(&ipme,0)) return 0; in ipme_init()
46 ipme.len = 0; in ipme_init()
53 if (!ipalloc_append(&ipme,&ix)) { return 0; } in ipme_init()
82 if (!ipalloc_append(&ipme,&ix)) { close(s); return 0; } in ipme_init()
92 if (!ipalloc_append(&ipme,&ix)) { close(s); return 0; } in ipme_init()
H A Dipmeprint.c17 for (j = 0;j < ipme.len;++j) in main()
19 substdio_put(subfdout,temp,ip_fmt(temp,&ipme.ix[j].ip)); in main()
H A Dipme.h7 extern ipalloc ipme;
/dports/mail/qmail-tls/netqmail-1.06/
H A Dipme.c19 ipalloc ipme = {0}; variable
26 for (i = 0;i < ipme.len;++i)
27 if (byte_equal(&ipme.ix[i].ip,4,ip))
45 if (!ipalloc_readyplus(&ipme,0)) return 0; in ipme_init()
46 ipme.len = 0; in ipme_init()
53 if (!ipalloc_append(&ipme,&ix)) { return 0; } in ipme_init()
82 if (!ipalloc_append(&ipme,&ix)) { close(s); return 0; } in ipme_init()
92 if (!ipalloc_append(&ipme,&ix)) { close(s); return 0; } in ipme_init()
H A Dipmeprint.c17 for (j = 0;j < ipme.len;++j) in main()
19 substdio_put(subfdout,temp,ip_fmt(temp,&ipme.ix[j].ip)); in main()
H A Dipme.h7 extern ipalloc ipme;
/dports/mail/qmail-dk/qmail-1.03/
H A Dipme.c19 ipalloc ipme = {0}; variable
26 for (i = 0;i < ipme.len;++i)
27 if (byte_equal(&ipme.ix[i].ip,4,ip))
45 if (!ipalloc_readyplus(&ipme,0)) return 0; in ipme_init()
46 ipme.len = 0; in ipme_init()
77 if (!ipalloc_append(&ipme,&ix)) { close(s); return 0; } in ipme_init()
87 if (!ipalloc_append(&ipme,&ix)) { close(s); return 0; } in ipme_init()
H A Dipmeprint.c17 for (j = 0;j < ipme.len;++j) in main()
19 substdio_put(subfdout,temp,ip_fmt(temp,&ipme.ix[j].ip)); in main()
H A Dipme.h7 extern ipalloc ipme;
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dspp_arpspoof.c322 IPMacEntry *ipme = NULL; in ParseARPspoofHostArgs() local
333 ipme = (IPMacEntry *)SnortAlloc(sizeof(IPMacEntry)); in ParseARPspoofHostArgs()
341 ipme->ipv4_addr = (uint32_t)IP_struct.s_addr; in ParseARPspoofHostArgs()
353 ipme->mac_addr[i] = (uint8_t) strtoul(macbytes[i], NULL, 16); in ParseARPspoofHostArgs()
356 AddIPMacEntryToList(ipmel, ipme); in ParseARPspoofHostArgs()
377 IPMacEntry *ipme; in DetectARPattacks() local
490 if ((ipme = LookupIPMacEntryByIP(aconfig->ipmel, in DetectARPattacks()
500 "MODNAME: LookupIPMacEntryByIP returned %p\n", ipme);); in DetectARPattacks()
506 (uint8_t *)ipme->mac_addr, 6)) || in DetectARPattacks()
508 (uint8_t *)ipme->mac_addr, 6))) in DetectARPattacks()
/dports/mail/libspf/libspf-1.0.0-p5/patches/qmail/1.05/
H A DMakefile-dynamic-1.05.diff3 *************** timeoutwrite.o ip.o ipme.o ipalloc.o con
9 timeoutwrite.o ip.o ipme.o ipalloc.o control.o constmap.o \
21 timeoutwrite.o ip.o ipme.o ipalloc.o control.o constmap.o \
30 error.h ipme.h ip.h ipalloc.h ip.h gen_alloc.h ip.h qmail.h \
36 error.h ipme.h ip.h ipalloc.h ip.h gen_alloc.h ip.h qmail.h \
H A DMakefile-static-1.05.diff3 *************** timeoutwrite.o ip.o ipme.o ipalloc.o con
9 timeoutwrite.o ip.o ipme.o ipalloc.o control.o constmap.o \
21 timeoutwrite.o ip.o ipme.o ipalloc.o control.o constmap.o \
30 error.h ipme.h ip.h ipalloc.h ip.h gen_alloc.h ip.h qmail.h \
36 error.h ipme.h ip.h ipalloc.h ip.h gen_alloc.h ip.h qmail.h \
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/arp_spoof/
H A Darp_spoof.cc254 const IPMacEntry* ipme = LookupIPMacEntryByIP(config->ipmel, ah->arp_spa32); in eval() local
255 if ( ipme ) in eval()
257 auto cmp_ether_src = memcmp(src_mac_addr, ipme->mac_addr, 6); in eval()
258 auto cmp_arp_sha = memcmp(ah->arp_sha, ipme->mac_addr, 6); in eval()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/
H A Dargos_cafe_fst.F219 if(ipme.eq.0.or.isolvo.ne.0) then
288 if(ipme.ne.0) then
330 if(ipme.eq.0) then
368 if(ipme.eq.0) then
397 if(ipme.eq.0) then
H A Dargos_cafe_sfree.F11 if(ipme.gt.0) then
H A Dargos_cafe_lambda.F46 if(ipme.ne.0) call argos_cafe_pmelam()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_cafe_fst.F219 if(ipme.eq.0.or.isolvo.ne.0) then
288 if(ipme.ne.0) then
330 if(ipme.eq.0) then
368 if(ipme.eq.0) then
397 if(ipme.eq.0) then
H A Dargos_cafe_sfree.F11 if(ipme.gt.0) then
H A Dargos_cafe_lambda.F46 if(ipme.ne.0) call argos_cafe_pmelam()
/dports/mail/qmail/netqmail-1.06/old-patches/
H A Dnetqmail-1.04.patch243 diff -urN qmail-1.03/ipme.c netqmail-1.04/ipme.c
244 --- qmail-1.03/ipme.c Mon Jun 15 04:53:16 1998
245 +++ netqmail-1.04/ipme.c Mon Oct 27 17:33:13 2003
247 ipme.len = 0;
254 + if (!ipalloc_append(&ipme,&ix)) { return 0; }
/dports/mail/qmail-mysql/netqmail-1.06/old-patches/
H A Dnetqmail-1.04.patch243 diff -urN qmail-1.03/ipme.c netqmail-1.04/ipme.c
244 --- qmail-1.03/ipme.c Mon Jun 15 04:53:16 1998
245 +++ netqmail-1.04/ipme.c Mon Oct 27 17:33:13 2003
247 ipme.len = 0;
254 + if (!ipalloc_append(&ipme,&ix)) { return 0; }
/dports/mail/qmail-tls/netqmail-1.06/old-patches/
H A Dnetqmail-1.04.patch243 diff -urN qmail-1.03/ipme.c netqmail-1.04/ipme.c
244 --- qmail-1.03/ipme.c Mon Jun 15 04:53:16 1998
245 +++ netqmail-1.04/ipme.c Mon Oct 27 17:33:13 2003
247 ipme.len = 0;
254 + if (!ipalloc_append(&ipme,&ix)) { return 0; }

1234