Searched refs:tbuff2 (Results 1 – 1 of 1) sorted by relevance
/external/libppp/src/ |
D | ipcp.c | 1059 char tbuff[100], tbuff2[100]; in IpcpDecodeConfig() local 1085 snprintf(tbuff2, sizeof tbuff2, "%s changing address: %s ", tbuff, in IpcpDecodeConfig() 1087 log_Printf(LogIPCP, "%s --> %s\n", tbuff2, inet_ntoa(ipaddr)); in IpcpDecodeConfig() 1189 snprintf(tbuff2, sizeof tbuff2, "%s %s,", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig() 1190 log_Printf(LogIPCP, "%s %s\n", tbuff2, inet_ntoa(dstipaddr)); in IpcpDecodeConfig()
|