H A D | netstat.c | 122 unsigned rxq, unsigned txq, char *lip, char *rip, 147 xprintf("%3s %6d %6d ", label, rxq, txq); 159 static void show_data(unsigned rport, char *label, unsigned rxq, unsigned txq, argument 165 display_data(rport, label, rxq, txq, lip, rip, state, uid, inode); 167 display_data(rport, label, rxq, txq, lip, rip, state, uid, inode); 170 display_data(rport, label, rxq, txq, lip, rip, state, uid, inode); 254 unsigned lport, rport, state, txq, rxq, num, uid; local 258 &num, &laddr.u, &lport, &raddr.u, &rport, &state, &txq, 263 show_data(rport, label, rxq, txq, lip, rip, state, uid, inode); 285 unsigned lport, rport, state, txq, rx local 121 display_data(unsigned rport, char *label, unsigned rxq, unsigned txq, char *lip, char *rip, unsigned state, unsigned uid, unsigned long inode) argument [all...] |