Lines Matching defs:struct
23 import struct
69 InetDiagSockId = cstruct.Struct(
71 InetDiagReqV2 = cstruct.Struct(
74 InetDiagMsg = cstruct.Struct(
78 InetDiagMeminfo = cstruct.Struct(
80 InetDiagBcOp = cstruct.Struct("InetDiagBcOp", "BBH", "code yes no")
81 InetDiagHostcond = cstruct.Struct("InetDiagHostcond", "=BBxxi",
84 SkMeminfo = cstruct.Struct(
87 TcpInfo = cstruct.Struct(
193 arg = "\x00\x00" + struct.pack("=H", arg)