Searched refs:iptos_str (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dmisc.c994 static char iptos_str[sizeof "0xff"]; local
1000 snprintf(iptos_str, sizeof iptos_str, "0x%02x", iptos);
1001 return iptos_str;

Completed in 369 milliseconds