HomeSort by relevance Sort by last modified time
    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