Home | History | Annotate | Download | only in radius

Lines Matching refs:abuf

888 	char abuf[50];
906 if (inet_ntop(AF_INET6, &from.sin6.sin6_addr, abuf,
907 sizeof(abuf)) == NULL)
908 abuf[0] = '\0';
911 len, abuf, from_port);
920 os_strlcpy(abuf, inet_ntoa(from.sin.sin_addr), sizeof(abuf));
923 len, abuf, from_port);
931 RADIUS_DEBUG("Unknown client %s - packet ignored", abuf);
964 RADIUS_DEBUG("Invalid Message-Authenticator from %s", abuf);
971 fromlen, client, abuf, from_port, NULL) ==
1431 char abuf[50], mbuf[50];
1434 if (inet_ntop(AF_INET6, &cli->addr6, abuf,
1435 sizeof(abuf)) == NULL)
1436 abuf[0] = '\0';
1437 if (inet_ntop(AF_INET6, &cli->mask6, abuf,
1443 os_strlcpy(abuf, inet_ntoa(cli->addr), sizeof(abuf));
1460 abuf, mbuf,