Symbol: print_addr
crypto/heimdal/appl/rsh/rsh.c
654
char *adr = print_addr(a->ai_addr);
crypto/heimdal/lib/krb5/addr_families.c
1113
if (a == NULL || a->print_addr == NULL) {
crypto/heimdal/lib/krb5/addr_families.c
1135
ret = (*a->print_addr)(addr, str, len);
crypto/heimdal/lib/krb5/addr_families.c
49
int (*print_addr)(const krb5_address *, char *, size_t);
crypto/heimdal/lib/krb5/test_addr.c
206
print_addr(context, "RANGE:127.0.0.0/8");
crypto/heimdal/lib/krb5/test_addr.c
207
print_addr(context, "RANGE:127.0.0.0/24");
crypto/heimdal/lib/krb5/test_addr.c
208
print_addr(context, "RANGE:IPv4:127.0.0.0-IPv4:127.0.0.255");
crypto/heimdal/lib/krb5/test_addr.c
209
print_addr(context, "RANGE:130.237.237.4/29");
crypto/heimdal/lib/krb5/test_addr.c
211
print_addr(context, "RANGE:2001:db8:1:2:3:4:1428:7ab/64");
crypto/heimdal/lib/krb5/test_addr.c
212
print_addr(context, "RANGE:IPv6:fe80::209:6bff:fea0:e522/64");
crypto/heimdal/lib/krb5/test_addr.c
213
print_addr(context, "RANGE:IPv6:fe80::-IPv6:fe80::ffff:ffff:ffff:ffff");
crypto/heimdal/lib/krb5/test_addr.c
214
print_addr(context, "RANGE:fe80::-fe80::ffff:ffff:ffff:ffff");
crypto/heimdal/lib/roken/getifaddrs.c
1289
print_addr("addr", p->ifa_addr);
crypto/heimdal/lib/roken/getifaddrs.c
1291
print_addr("dstaddr", p->ifa_dstaddr);
crypto/heimdal/lib/roken/getifaddrs.c
1293
print_addr("netmask", p->ifa_netmask);
crypto/krb5/src/lib/krb5/os/localaddr.c
1096
r = foreach_localaddr (0, print_addr, NULL, NULL);
sbin/ifconfig/af_inet.c
107
print_addr(sin);
sbin/ifconfig/af_inet.c
164
print_addr(sin);
sbin/ifconfig/af_inet6.c
323
print_addr(sin);
sbin/ifconfig/af_inet6.c
393
print_addr(satosin6(ifa->ifa_address));
sbin/ifconfig/af_inet6.c
396
print_addr(satosin6(ifa->ifa_local));
sbin/pfctl/pf_print_state.c
173
print_addr(&aw, af, opts & PF_OPT_VERBOSE2);
sbin/pfctl/pfctl.h
168
void print_addr(struct pf_addr_wrap *, sa_family_t, int);
sbin/pfctl/pfctl_parser.c
1388
print_addr(&h->addr, h->af, 0);
sbin/pfctl/pfctl_parser.c
411
print_addr(&src->addr, af, verbose);
sbin/pfctl/pfctl_parser.c
424
print_addr(&dst->addr, af, verbose);
sbin/pfctl/pfctl_parser.c
446
print_addr(&pooladdr->addr, pooladdr->af, 0);
sbin/pfctl/pfctl_parser.c
454
print_addr(&pooladdr->addr, pooladdr->af, 0);
sbin/pfctl/pfctl_parser.c
691
print_addr(&aw, sn->af, opts & PF_OPT_VERBOSE2);
sbin/pfctl/pfctl_parser.c
694
print_addr(&aw, sn->raf, opts & PF_OPT_VERBOSE2);
usr.bin/netstat/nhops.c
277
protrusion = print_addr("gateway", gw_addr, wid_dst - protrusion);
usr.bin/talk/talk.h
82
extern void print_addr(struct sockaddr_in);