Home | History | Annotate | Download | only in layers

Lines Matching defs:route

27 if conf.route is None:
28 # unused import, only to initialize conf.route
29 import scapy.route
68 iff,a,gw = conf.route.route(ip)
69 if ( (iff == scapy.consts.LOOPBACK_INTERFACE) or (ip == conf.route.get_if_bcast(iff)) ):
116 self.getif = ((lambda pkt: pkt.payload.route()[0])
139 getif=lambda pkt: pkt.route()[0],
299 def route(self):
303 return conf.route.route(dst)
568 iff,a,gw = conf.route.route(arp.psrc)