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

/freebsd-10-stable/share/examples/hast/
H A Ducarp.sh51 srcip="${nodea_srcip}"
57 if [ -n "${srcip}" -o -n "${ifnet}" ]; then
61 srcip="${nodeb_srcip}"
65 if [ -z "${srcip}" -o -z "${ifnet}" ]; then
69 ucarp -i ${ifnet} -s ${srcip} -v ${vhid} -a ${addr} -p ${pass} -u "${upscript}" -d "${downscript}"
/freebsd-10-stable/contrib/ipfilter/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; }
/freebsd-10-stable/contrib/ipfilter/ipsd/
H A Dipsdr.c122 int detect(srcip, dport, date)
123 struct in_addr srcip;
135 if (findhit(ihp, srcip, dport))
139 sh->sh_ip = srcip;
/freebsd-10-stable/contrib/ipfilter/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); label
277 { "srcip", IPM_SRCIP },
585 verbose(8, "-- srcip mismatch\n");
/freebsd-10-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1962 void send_arp(int tx, unsigned short op, unsigned char* srcip, argument
1988 do_arp(ptr, op, srcmac, srcip, dstmac, dstip);

Completed in 126 milliseconds