Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dnetstat.c379 static const char *get_sname(int port, const char *proto, int numeric) in get_sname() function
405 host_port = xasprintf("%s:%s", host, get_sname(htons(port), proto, numeric)); in ip_port_str()