Home | History | Annotate | Download | only in pending

Lines Matching defs:rport

164 static void display_data(unsigned rport, char *label, unsigned rxq, unsigned txq, char *lip, char *rip, unsigned state, unsigned long inode)
191 static void show_data(unsigned rport, char *label, unsigned rxq, unsigned txq, char *lip, char *rip, unsigned state, unsigned long inode)
194 if (!rport && (state && 0xA)) display_data(rport, label, rxq, txq, lip, rip, state, inode);
195 } else if (toys.optflags & FLAG_a) display_data(rport, label, rxq, txq, lip, rip, state, inode);
196 //rport && (TCP | UDP | RAW)
197 else if (rport && (0x10 | 0x20 | 0x40)) display_data(rport, label, rxq, txq, lip, rip, state, inode);
275 unsigned lport, rport, state, txq, rxq, num, uid;
279 &num, &laddr.u, &lport, &raddr.u, &rport, &state, &txq, &rxq, &uid, &inode);
282 addr2str(AF_INET, &raddr, rport, rip, label);
283 show_data(rport, label, rxq, txq, lip, rip, state, inode);
302 unsigned lport, rport, state, txq, rxq, num, uid;
306 &raddr6.u.c, &raddr6.u.d, &rport, &state, &txq, &rxq, &uid, &inode);
309 addr2str(AF_INET6, &raddr6, rport, rip, label);
310 show_data(rport, label, rxq, txq, lip, rip, state, inode);