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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dip.c183 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 174 milliseconds