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

/freebsd-11-stable/usr.sbin/ppp/
H A Dip.c185 static char protobuff[16] = "-1"; local
189 return protobuff;
191 snprintf(protobuff, sizeof protobuff, "%d", cproto);
193 snprintf(protobuff, sizeof protobuff, "%s", pe->p_name);
195 return (protobuff);

Completed in 52 milliseconds