Home
last modified time | relevance | path

Searched refs:rxq (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Dnetstat.c164 static void display_data(unsigned rport, char *label, unsigned rxq, unsigned txq, char *lip, char *… in display_data() argument
181 …xprintf("%3s %6d %6d %-51s %-51s %-12s%s\n", label, rxq, txq, lip, rip, ss_state, get_pid_name(i… in display_data()
183 xprintf("%3s %6d %6d %-51s %-51s %-12s\n", label, rxq, txq, lip, rip, ss_state); in display_data()
185 …xprintf("%3s %6d %6d %-23s %-23s %-12s%s\n", label, rxq, txq, lip, rip, ss_state, get_pid_name(i… in display_data()
186 else xprintf("%3s %6d %6d %-23s %-23s %-12s\n", label, rxq, txq, lip, rip, ss_state); in display_data()
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
[all …]
/external/libcap-ng/libcap-ng-0.7/utils/
Dnetcap.c253 unsigned long rxq, txq, time_len, retr, inode; in read_tcp() local
274 &state, &txq, &rxq, &timer_run, &time_len, &retr, in read_tcp()
287 unsigned long rxq, txq, time_len, retr, inode; in read_udp() local
308 &state, &txq, &rxq, &timer_run, &time_len, &retr, in read_udp()
321 unsigned long rxq, txq, time_len, retr, inode; in read_raw() local
342 &state, &txq, &rxq, &timer_run, &time_len, &retr, in read_raw()