D | netstat.c | 121 static void display_data(unsigned rport, char *label, in display_data() argument 159 static void show_data(unsigned rport, char *label, unsigned rxq, unsigned txq, in show_data() argument 164 if (!rport && (state & 0xA)) in show_data() 165 display_data(rport, label, rxq, txq, lip, rip, state, uid, inode); in show_data() 167 display_data(rport, label, rxq, txq, lip, rip, state, uid, inode); in show_data() 169 else if (rport & (0x10 | 0x20 | 0x40)) in show_data() 170 display_data(rport, label, rxq, txq, lip, rip, state, uid, inode); in show_data() 254 unsigned lport, rport, state, txq, rxq, num, uid; in show_ipv4() local 258 &num, &laddr.u, &lport, &raddr.u, &rport, &state, &txq, in show_ipv4() 262 addr2str(AF_INET, &raddr, rport, rip, label); in show_ipv4() [all …]
|