Home
last modified time | relevance | path

Searched refs:srcip (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/perl/
H A DIpfanaly.pl162 ($srcip,$srcport,$destip,$destport,$pro)= split " " , @shortrecs[$cnt];
278 ($srcip,$srcport,$destip,$destport,$pro)= split " " , @shortrecs[$loop];
294 print " Warning: $srcip contacted gatekeep $nameis\n";
486 ($srcip,$dummy,$destip,$dummy2,$dummy3,$dummy4,$lenicmp)= split " " , $a ;
491 $a = $srcip . $icmp . $ptr . $destip . $icmp . $icmp . $lenst . $lenicmp ;
503 ($srcip,$junk) = split " ","$a";
504 $numpackets=$numpacks{"$srcip"};
506 $numpacks{"$srcip"}=$numpackets;
551 ($srcip,$srcport,$destip,$destport,$pro)= split " " , @shortrecs[$loop];
554 if( "$uniqip" eq "$srcip")
/netbsd-src/external/bsd/ipf/dist/rules/
H A Dipmon.conf17 match { srcip = 10.1.0.0/16, dstip = 192.168.1.0/24; }
23 protocol = udp, srcip = 10.1.0.0/16, dstip = 192.168.1.0/24; }
/netbsd-src/external/bsd/ipf/dist/ipsd/
H A Dipsdr.c122 int detect(srcip, dport, date) in detect() argument
123 struct in_addr srcip; in detect()
135 if (findhit(ihp, srcip, dport))
139 sh->sh_ip = srcip;
/netbsd-src/external/bsd/unbound/dist/respip/
H A Drespip.c1295 char srcip[128], respip[128], txt[512]; in respip_inform_print() local
1306 addr_to_str(addr, addrlen, srcip, sizeof(srcip)); in respip_inform_print()
1326 (actionstr) ? actionstr : "inform", srcip, port); in respip_inform_print()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipmon_y.y77 %type <opt> protocol result rule srcip srcport logtag matching
129 | srcip { $$ = $1; }
219 srcip: IPM_SRCIP '=' ipv4 '/' YY_NUMBER { $$ = new_opt(IPM_SRCIP);