Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dmain.c200 static void printproto(struct protox *, const char *, bool *);
618 printproto(tp, tp->pr_name, &first); in main()
632 printproto(tp, tp->pr_name, &first); in main()
636 printproto(tp, tp->pr_name, &first); in main()
641 printproto(tp, tp->pr_name, &first); in main()
646 printproto(tp, tp->pr_name, &first); in main()
711 printproto(struct protox *tp, const char *name, bool *first) in printproto() function