Lines Matching refs:inet_ntoa

307     paddr = inet_ntoa(ipcp->ns.dns[0]);  in ipcp_WriteDNS()
313 paddr = inet_ntoa(ipcp->ns.dns[1]); in ipcp_WriteDNS()
367 inet_ntoa(ipcp->peer_ip), vj2asc(ipcp->peer_compproto)); in ipcp_Show()
369 inet_ntoa(ipcp->my_ip), vj2asc(ipcp->my_compproto)); in ipcp_Show()
383 inet_ntoa(ipcp->cfg.TriggerAddress)); in ipcp_Show()
398 "none" : inet_ntoa(ipcp->cfg.ns.dns[0])); in ipcp_Show()
401 inet_ntoa(ipcp->cfg.ns.dns[1])); in ipcp_Show()
406 "none" : inet_ntoa(ipcp->ns.dns[0])); in ipcp_Show()
410 inet_ntoa(ipcp->ns.dns[1])); in ipcp_Show()
412 inet_ntoa(ipcp->cfg.ns.nbns[0])); in ipcp_Show()
414 inet_ntoa(ipcp->cfg.ns.nbns[1])); in ipcp_Show()
562 inet_ntoa(ipcp->cfg.TriggerAddress)); in ipcp_Setup()
721 f, inet_ntoa(try)); in ChooseHisAddr()
723 log_Printf(LogIPCP, "Selected IP address %s\n", inet_ntoa(try)); in ChooseHisAddr()
875 snprintf(addr, sizeof addr, "%s", inet_ntoa(ipcp->my_ip)); in IpcpLayerDown()
937 snprintf(tbuff, sizeof tbuff, "%s", inet_ntoa(ipcp->my_ip)); in IpcpLayerUp()
939 tbuff, inet_ntoa(ipcp->peer_ip)); in IpcpLayerUp()
991 inet_ntoa(ip)); in ipcp_ValidateReq()
1079 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig()
1091 inet_ntoa(ipcp->my_ip)); in IpcpDecodeConfig()
1092 log_Printf(LogIPCP, "%s --> %s\n", tbuff2, inet_ntoa(ipaddr)); in IpcpDecodeConfig()
1098 "%s: Unacceptable address!\n", 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()
1211 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig()
1265 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig()