Searched refs:display_data (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | netstat.c | 164 static void display_data(unsigned rport, char *label, unsigned rxq, unsigned txq, char *lip, char *… in display_data() function 194 if (!rport && (state && 0xA)) display_data(rport, label, rxq, txq, lip, rip, state, inode); in show_data() 195 } else if (toys.optflags & FLAG_a) display_data(rport, label, rxq, txq, lip, rip, state, inode); in show_data() 197 …else if (rport && (0x10 | 0x20 | 0x40)) display_data(rport, label, rxq, txq, lip, rip, state, inod… in show_data()
|