Home
last modified time | relevance | path

Searched refs:as_f (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/traceroute/
HDas.c52 FILE *as_f; member
108 asn->as_f = f; in as_setup()
132 (void)fprintf(asn->as_f, "!r%s/%d,l\n", addr, plen); in as_lookup()
133 (void)fflush(asn->as_f); in as_lookup()
142 while (fgets(buf, sizeof(buf), asn->as_f) != NULL) { in as_lookup()
211 (void)fprintf(asn->as_f, "!q\n"); in as_shutdown()
212 (void)fclose(asn->as_f); in as_shutdown()