OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iptos_str
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
misc.c
994
static char
iptos_str
[sizeof "0xff"];
local
1000
snprintf(
iptos_str
, sizeof
iptos_str
, "0x%02x", iptos);
1001
return
iptos_str
;
Completed in 681 milliseconds