Home | History | Annotate | Download | only in radius

Lines Matching defs:atxt

292 			const char *atxt;
294 atxt = inet_ntop(AF_INET6, addr, buf, sizeof(buf));
295 printf(" Value: %s\n", atxt ? atxt : "?");