Home
last modified time | relevance | path

Searched refs:tbuff (Results 1 – 3 of 3) sorted by relevance

/external/libppp/src/
Dipv6cp.c468 char tbuff[40]; in ipv6cp_LayerUp() local
474 snprintf(tbuff, sizeof tbuff, "%s", ncpaddr_ntoa(&ipv6cp->myaddr)); in ipv6cp_LayerUp()
476 tbuff, ncpaddr_ntoa(&ipv6cp->hisaddr)); in ipv6cp_LayerUp()
499 if (system_Select(fp->bundle, tbuff, LINKUPFILE, NULL, NULL) < 0) { in ipv6cp_LayerUp()
688 char tbuff[100]; in ipv6cp_DecodeConfig() local
698 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id), in ipv6cp_DecodeConfig()
704 log_Printf(LogIPV6CP, "%s 0x%02x%02x%02x%02x%02x%02x%02x%02x\n", tbuff, in ipv6cp_DecodeConfig()
740 "--> 0x%02x%02x%02x%02x%02x%02x%02x%02x\n", tbuff, in ipv6cp_DecodeConfig()
Dipcp.c929 char tbuff[16]; in IpcpLayerUp() local
932 snprintf(tbuff, sizeof tbuff, "%s", inet_ntoa(ipcp->my_ip)); in IpcpLayerUp()
934 tbuff, inet_ntoa(ipcp->peer_ip)); in IpcpLayerUp()
957 if (system_Select(fp->bundle, tbuff, LINKUPFILE, NULL, NULL) < 0) { in IpcpLayerUp()
1059 char tbuff[100], tbuff2[100]; in IpcpDecodeConfig() local
1068 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id), in IpcpDecodeConfig()
1074 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig()
1085 snprintf(tbuff2, sizeof tbuff2, "%s changing address: %s ", tbuff, in IpcpDecodeConfig()
1108 log_Printf(LogIPCP, "%s %s\n", tbuff, vj2asc(compproto)); in IpcpDecodeConfig()
1176 tbuff, ipcp->my_compproto, compproto); in IpcpDecodeConfig()
[all …]
/external/grub/netboot/
Dvia-rhine.c435 unsigned long tbuff:1; member