Searched refs:binrepr (Results 1 – 6 of 6) sorted by relevance
144 w1 = binrepr(self.wildcards1)154 m1 = binrepr(self.nw_dst_mask)161 m2 = binrepr(self.nw_src_mask)184 w2 = binrepr(self.wildcards2)
18 from scapy.utils import binrepr203 default = b"".join(binrepr(orb(x)).zfill(8).encode("utf8") for x in default)576 s = b"".join(binrepr(orb(x)).zfill(8).encode("utf8") for x in s)
583 def binrepr(val): function
15 from scapy.utils import binrepr,inet_aton,inet_ntoa317 s = "".join(binrepr(orb(x)).zfill(8) for x in s[1:])
18 from scapy.utils import Enum_metaclass, EnumElement, binrepr295 val = b"".join(binrepr(orb(x)).zfill(8).encode("utf8") for x in value)
42 from scapy.utils import binrepr267 real_modulusLen = len(binrepr(modulus))463 real_modulusLen = len(binrepr(modulus))