Lines Matching refs:TCP
236 x.plist=[IP()/TCP(), IP()/UDP()]
242 x=TestPLF(plist=[IP()/TCP(seq=1234567), IP()/UDP()])
245 IP in _ and TCP in _ and UDP in _ and _[TCP].seq == 1234567
249 y=IP()/TCP(seq=111111)/TestPLF(plist=[IP()/TCP(seq=222222),IP()/UDP()])
250 TestPLF(plist=[y,IP()/TCP(seq=333333)])
252 IP in _ and TCP in _ and UDP in _ and _[TCP].seq == 111111 and _[TCP:2].seq==222222 and _[TCP:3].se…
274 x.plist=[IP()/TCP(), IP()/UDP()]
280 x=TestPLF(plist=[IP()/TCP(seq=1234567), IP()/UDP()])
283 IP in _ and TCP in _ and UDP in _ and _[TCP].seq == 1234567
287 y=IP()/TCP(seq=111111)/TestPLF(plist=[IP()/TCP(seq=222222),IP()/UDP()])
288 TestPLF(plist=[y,IP()/TCP(seq=333333)])
290 IP in _ and TCP in _ and UDP in _ and _[TCP].seq == 111111 and _[TCP:2].seq==222222 and _[TCP:3].se…
342 assert TCPOptionsField("test", "").getfield(TCP(dataofs=0), "") == ('', [])
365 x.plist=[IP()/TCP(), IP()/UDP()]
371 x=TestPLF(plist=[IP()/TCP(seq=1234567), IP()/UDP()])
374 IP in _ and TCP in _ and UDP in _ and _[TCP].seq == 1234567
378 y=IP()/TCP(seq=111111)/TestPLF(plist=[IP()/TCP(seq=222222),IP()/UDP()])
379 TestPLF(plist=[y,IP()/TCP(seq=333333)])
381 IP in _ and TCP in _ and UDP in _ and _[TCP].seq == 111111 and _[TCP:2].seq==222222 and _[TCP:3].se…