Home | History | Annotate | Download | only in traceroute

Lines Matching defs:as

1 /*	$NetBSD: as.c,v 1.4 2011/05/10 01:52:49 christos Exp $	*/
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
45 #include "as.h"
128 unsigned int as;
131 as = 0;
194 if (as == 0 && strncasecmp(buf, "origin:", 7) == 0) {
195 sscanf(buf + 7, " AS%u", &as);
198 (void)fprintf(asn->as_debug, "as: %d\n", as);
205 return (as);