Searched refs:status_flags (Results 1 – 3 of 3) sorted by relevance
/external/libnl/lib/netfilter/ |
D | ct_obj.c | 507 static const struct trans_tbl status_flags[] = { variable 523 return __flags2str(flags, buf, len, status_flags, in nfnl_ct_status2str() 524 ARRAY_SIZE(status_flags)); in nfnl_ct_status2str() 529 return __str2flags(name, status_flags, ARRAY_SIZE(status_flags)); in nfnl_ct_str2status()
|
/external/python/cpython2/Lib/ |
D | mailbox.py | 1619 status_flags, xstatus_flags = '', '' 1622 status_flags += flag 1630 self.replace_header('Status', status_flags) 1632 self.add_header('Status', status_flags)
|
/external/tcpdump/ |
D | tcpdump.c | 217 static const struct tok status_flags[] = { variable 442 printf(" [%s]", bittok2str(status_flags, "none", dev->flags)); in show_devices_and_exit()
|