Searched refs:l3types (Results 1 – 6 of 6) sorted by relevance
442 elif sa_ll[1] in conf.l3types:443 cls = conf.l3types[sa_ll[1]]473 if type(x) in conf.l3types:474 sdto = (iff, conf.l3types[type(x)])517 elif sa_ll[1] in conf.l3types:518 self.LL = conf.l3types[sa_ll[1]]597 elif sa_ll[1] in conf.l3types:598 cls = conf.l3types[sa_ll[1]]
90 elif sa_ll[1] in conf.l3types:91 cls = conf.l3types[sa_ll[1]]275 return conf.l3types.get(proto, conf.raw_layer)(data[4:])286 proto = conf.l3types[type(x)]
403 l3types = Num2Layer() variable in Conf
455 conf.l3types.register(ETH_P_ARP, ARP)
819 conf.l3types.register(ETH_P_IP, IP)820 conf.l3types.register_num2layer(ETH_P_ALL, IP)
3911 conf.l3types.register(ETH_P_IPV6, IPv6)