Lines Matching refs:rport
164 static void display_data(unsigned rport, char *label, unsigned rxq, unsigned txq, char *lip, char *… in display_data() argument
191 static void show_data(unsigned rport, char *label, unsigned rxq, unsigned txq, char *lip, char *rip… in show_data() argument
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()
275 unsigned lport, rport, state, txq, rxq, num, uid; in show_ipv4() local
279 &num, &laddr.u, &lport, &raddr.u, &rport, &state, &txq, &rxq, &uid, &inode); in show_ipv4()
282 addr2str(AF_INET, &raddr, rport, rip, label); in show_ipv4()
283 show_data(rport, label, rxq, txq, lip, rip, state, inode); in show_ipv4()
302 unsigned lport, rport, state, txq, rxq, num, uid; in show_ipv6() local
306 &raddr6.u.c, &raddr6.u.d, &rport, &state, &txq, &rxq, &uid, &inode); in show_ipv6()
309 addr2str(AF_INET6, &raddr6, rport, rip, label); in show_ipv6()
310 show_data(rport, label, rxq, txq, lip, rip, state, inode); in show_ipv6()