OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protobuff
(Results
1 - 1
of
1
) sorted by null
/external/libppp/src/
ip.c
183
static char
protobuff
[16] = "-1";
local
187
return
protobuff
;
189
snprintf(
protobuff
, sizeof
protobuff
, "%d", cproto);
191
snprintf(
protobuff
, sizeof
protobuff
, "%s", pe->p_name);
193
return (
protobuff
);
Completed in 40 milliseconds