Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dmain.c193 static struct protox *name2protox(const char *);
381 if ((tp = name2protox(optarg)) == NULL) { in main()
890 name2protox(const char *name) in name2protox() function