Home
last modified time | relevance | path

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

/dragonfly/usr.bin/netstat/
HDinet.c173 const char *vchar; in outputpcb() local
269 vchar = "6 "; in outputpcb()
272 vchar = INP_ISIPV4(inp) ? "4 " : " "; in outputpcb()
274 printf("%-3.3s%-2.2s ", name, vchar); in outputpcb()