Searched defs:struct (Results 1 – 7 of 7) sorted by relevance
48 StructInetDiagMsg struct = new StructInetDiagMsg(); in parse() local
42 final StructNlMsgErr struct = new StructNlMsgErr(); in parse() local
46 final StructNdaCacheInfo struct = new StructNdaCacheInfo(); in parse() local
52 final StructNlAttr struct = new StructNlAttr(byteBuffer.order()); in peek() local72 final StructNlAttr struct = peek(byteBuffer); in parse() local
86 final StructNlMsgHdr struct = new StructNlMsgHdr(); in parse() local
111 final StructNdMsg struct = new StructNdMsg(); in parse() local
165 def __init__(self, struct): argument