Searched refs:as_lookup (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/traceroute/ |
| HD | as.h | 34 unsigned int as_lookup(void *, char *, sa_family_t);
|
| HD | as.c | 122 as_lookup(void *_asn, char *addr, sa_family_t family) in as_lookup() function
|
| HD | traceroute.c | 1580 Printf(" [AS%u]", as_lookup(asn, addr, AF_INET)); in print()
|
| /NextBSD/usr.sbin/traceroute6/ |
| HD | traceroute6.c | 1385 printf(" [AS%u]", as_lookup(asn, hbuf, AF_INET6));
|