Lines Matching refs:pkt
74 pkt="> ff:ff:ff:ff:ff:ff, ethertype ARP \(0x0806\), length 42:"
75 pkt="$pkt Request who-has $target tell $sender, length 28"
76 echo $pkt
84 pkt="$srcmac > $dstmac, ethertype ARP \(0x0806\), length 42:"
85 pkt="Reply $ip is-at $srcmac, length 28"
86 echo $pkt
91 local pkt=
120 pkt=$(make_pkt_str 10.0.0.2 0.0.0.0)
121 atf_check -s exit:0 -o match:"$pkt" cat ./out
123 pkt=$(make_pkt_str 10.0.0.1 0.0.0.0)
124 atf_check -s exit:0 -o not-match:"$pkt" cat ./out
134 pkt=$(make_pkt_str 10.0.0.2 10.0.0.2)
135 atf_check -s exit:0 -o match:"$pkt" cat ./out
153 pkt=$(make_pkt_str 10.0.0.3 0.0.0.0)
154 atf_check -s exit:0 -o match:"$pkt" cat ./out
164 pkt=$(make_pkt_str 10.0.0.3 10.0.0.3)
165 atf_check -s exit:0 -o match:"$pkt" cat ./out
237 pkt=$(make_pkt_str $localip1 $localip1)
238 atf_check -s exit:0 -o match:"$pkt" cat ./out
239 pkt=$(make_pkt_str $peerip $peerip)
240 atf_check -s exit:0 -o match:"$pkt" cat ./out
243 pkt=$(make_pkt_str $localip1 0.0.0.0)
244 atf_check -s exit:0 -o not-match:"$pkt" cat ./out
245 pkt=$(make_pkt_str $peerip 0.0.0.0)
246 atf_check -s exit:0 -o not-match:"$pkt" cat ./out
263 pkt=$(make_reply_str $pmac $lmac $peerip)
264 atf_check -s exit:0 -o match:"$pkt" cat ./out