Home
last modified time | relevance | path

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

/freebsd-head/usr.bin/netstat/
HDmain.c189 static struct protox *name2protox(const char *);
377 if ((tp = name2protox(optarg)) == NULL) { in main()
886 name2protox(const char *name) in name2protox() function