Searched refs:tbuff2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | ipcp.c | 1064 char tbuff[100], tbuff2[100]; in IpcpDecodeConfig() local 1090 snprintf(tbuff2, sizeof tbuff2, "%s changing address: %s ", tbuff, in IpcpDecodeConfig() 1092 log_Printf(LogIPCP, "%s --> %s\n", tbuff2, inet_ntoa(ipaddr)); in IpcpDecodeConfig() 1194 snprintf(tbuff2, sizeof tbuff2, "%s %s,", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig() 1195 log_Printf(LogIPCP, "%s %s\n", tbuff2, inet_ntoa(dstipaddr)); in IpcpDecodeConfig()
|