Lines Matching defs:dpstr
406 def dpstr(self, more=False):
439 def dpstr(self, more=False):
448 args.append("actions(%s)" % actions.dpstr(more))
505 def dpstr(self, more=False):
549 def dpstr(self, more=False):
559 print_str += self.get_attr("OVS_CT_ATTR_NAT").dpstr(more)
584 def dpstr(self, more=False):
615 def dpstr(self, more=False):
646 print_str += datum.dpstr(more)
658 print_str += field.dpstr(mask, more)
662 print_str += datum.dpstr(more)
1013 def dpstr(self, masked=None, more=False):
1594 def dpstr(self, mask=None, more=False):
1715 def dpstr(self, mask=None, more=False):
1825 print_str += v.dpstr(m, more)
2239 def dpstr(self, more=False):
2275 print_str += keymsg.dpstr(maskmsg, more)
2304 print_str += actsmsg.dpstr(more)
2457 keystr = key_field.dpstr(None, True)
2491 def dpstr(self):
2527 print(msg.dpstr(), flush=True)
2756 print(flow.dpstr(True if args.verbose > 0 else False))