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

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

Completed in 54 milliseconds