Searched refs:get_cls (Results 1 – 4 of 4) sorted by relevance
/external/scapy/scapy/contrib/ |
D | skinny.py | 490 def get_cls(name, fallback_cls): function 495 cls=get_cls(strcls, SkinnyMessageGeneric)
|
/external/libnl/python/netlink/route/ |
D | tc.py | 291 ret += get_cls(self.ifindex, parent=self.handle) 444 ret += get_cls(self.ifindex, parent=self.handle) 580 def get_cls(ifindex, parent, handle=None): function
|
/external/scapy/scapy/layers/ |
D | dhcp6.py | 41 def get_cls(name, fallback_cls): function 271 cls = get_cls(dhcp6opts_by_code.get(opt, "DHCP6OptUnknown"), DHCP6OptUnknown) 294 cls = get_cls(duid_cls.get(o, conf.raw_layer), conf.raw_layer) 1190 cls = get_cls(dhcp6_cls_by_type.get(orb(x[0]), "Raw"), conf.raw_layer)
|
D | inet6.py | 83 def get_cls(name, fallback_cls): function 400 return get_cls(icmp6typescls.get(t,"Raw"), "Raw") 406 return get_cls(ipv6nhcls.get(self.nh, "Raw"), "Raw") 1670 … return get_cls(icmp6ndoptscls.get(orb(p[0]),"Raw"), "Raw") # s/Raw/ICMPv6NDOptUnknown/g ?
|