Lines Matching defs:ap
632 const char *ap = buf;
642 ap = format_host(AF_INET, 4, a->data, buf, sizeof(buf));
645 ap = format_host(a->family, 16, a->data, buf, sizeof(buf));
646 est_len = strlen(ap);
652 printf("%*s:%-*s ", est_len, ap, serv_width, resolve_service(port));