Home | History | Annotate | Download | only in radius

Lines Matching refs:abuf

1182 	char abuf[50];
1201 if (inet_ntop(AF_INET6, &from.sin6.sin6_addr, abuf,
1202 sizeof(abuf)) == NULL)
1203 abuf[0] = '\0';
1206 len, abuf, from_port);
1215 os_strlcpy(abuf, inet_ntoa(from.sin.sin_addr), sizeof(abuf));
1218 len, abuf, from_port);
1226 RADIUS_DEBUG("Unknown client %s - packet ignored", abuf);
1259 RADIUS_DEBUG("Invalid Message-Authenticator from %s", abuf);
1266 fromlen, client, abuf, from_port, NULL) ==
1292 char abuf[50];
1313 if (inet_ntop(AF_INET6, &from.sin6.sin6_addr, abuf,
1314 sizeof(abuf)) == NULL)
1315 abuf[0] = '\0';
1318 len, abuf, from_port);
1327 os_strlcpy(abuf, inet_ntoa(from.sin.sin_addr), sizeof(abuf));
1330 len, abuf, from_port);
1338 RADIUS_DEBUG("Unknown client %s - packet ignored", abuf);
1371 RADIUS_DEBUG("Invalid Authenticator from %s", abuf);
1389 RADIUS_DEBUG("Reply to %s:%d", abuf, from_port);
1923 char abuf[50], mbuf[50];
1926 if (inet_ntop(AF_INET6, &cli->addr6, abuf,
1927 sizeof(abuf)) == NULL)
1928 abuf[0] = '\0';
1935 os_strlcpy(abuf, inet_ntoa(cli->addr), sizeof(abuf));
1958 abuf, mbuf,