""" Please make sure you read the README COMPLETELY BEFORE reading anything below. It is very critical that you read coding guidelines in Section E in README file. """ from xnu import * from utils import * from string import * from socket import * import xnudefines from netdefines import * from routedefines import * def ShowNstatTUShadow(inshadow): """ Display summary for an nstat_tu_shadow struct params: inshadow : cvalue object which points to 'struct nstat_tu_shadow *' """ shad = Cast(inshadow, 'struct nstat_tu_shadow *') procdetails = shad.shad_procdetails out_string = "" if shad : format_string = "nstat_tu_shadow {0: