Home
last modified time | relevance | path

Searched refs:checkIPinIP (Results 1 – 4 of 4) sorted by relevance

/external/scapy/scapy/
Dconfig.py393 checkIPinIP = True variable in Conf
/external/scapy/scapy/layers/
Dinet.py413 if not conf.checkIPinIP and self.proto in [4, 41]: # IP, IPv6
422 if not conf.checkIPinIP: # skip IP in IP and IPv6 in IP
Dinet6.py446 if not conf.checkIPinIP and self.nh in [4, 41]: # IP, IPv6
500 if not conf.checkIPinIP: # skip IP in IP and IPv6 in IP
/external/scapy/test/
Dregression.uts582 conf_back = conf.checkIPinIP
583 conf.checkIPinIP = True
588 conf.checkIPinIP = False
592 conf.checkIPinIP = conf_back