Searched refs:struct_type (Results 1 – 3 of 3) sorted by relevance
215 struct_type = XfrmUsersaInfo217 struct_type = XfrmUsersaId219 struct_type = XfrmUsersaId221 struct_type = None224 if struct_type:225 print "%s %s" % (cmdname, str(self._ParseNLMsg(data, struct_type)))
221 def Read(data, struct_type): argument222 length = len(struct_type)223 return struct_type(data), data[length:]
383 struct_type = {390 parsed = self._ParseNLMsg(data, struct_type)