Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dnetstat.c154 static const char *get_pid_name(unsigned long inode) in get_pid_name() function
181 …f("%3s %6d %6d %-51s %-51s %-12s%s\n", label, rxq, txq, lip, rip, ss_state, get_pid_name(inode)); in display_data()
185 …f("%3s %6d %6d %-23s %-23s %-12s%s\n", label, rxq, txq, lip, rip, ss_state, get_pid_name(inode)); in display_data()
365 if (toys.optflags & FLAG_p) xprintf("%-20s", get_pid_name(inode)); in show_unix_sockets()