Lines Matching refs:unsigned
24 for fd in range(0, unsigned(proc_filedesc.fd_afterlast)):
25 if unsigned(proc_ofiles[fd]) != 0:
27 if (unsigned(proc_fd_fglob.fg_ops.fo_type) == 10):
476 while unsigned(iter_val) != 0 :
517 for fd in range(0, unsigned(proc_filedesc.fd_afterlast)):
518 if unsigned(proc_ofiles[fd]) != 0:
520 if (unsigned(proc_fd_fglob.fg_ops.fo_type) == 9):
676 return inet_ntoa(struct.pack("I", unsigned(in_addr.s_addr)))
680 addr_raw_string = ":".join(["{0:02x}{1:02x}".format(unsigned(addr[i]),
681 unsigned(addr[i+1])) for i in range(0, 16, 2)])
695 unsigned(fk.fk_proto), ntohs(fk.fk_sport), ntohs(fk.fk_dport))
705 fm = kern.GetValueFromAddress(unsigned(fsw.fsw_flow_mgr), 'flow_mgr *')
706 cht = kern.GetValueFromAddress(unsigned(fm.fm_flow_table), 'cuckoo_hashtable *')
720 return kern.GetValueFromAddress(unsigned(nx.nx_arg), 'nx_flowswitch *')
751 if unsigned(b._inuse) == 0:
755 if unsigned(s._node) != 0:
760 if unsigned(s._node) == 0:
763 while unsigned(node) != 0: