Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ap

268 	register const rtrid_t *ap;
338 ap = lsap->lsa_un.un_nla.nla_router;
339 while ((u_char *)ap < ls_end) {
340 TCHECK(*ap);
341 printf(" %s", ipaddr_string(ap));
342 ++ap;
498 register const rtrid_t *ap;
535 ap = op->ospf6_hello.hello_neighbor;
536 while ((u_char *)ap < dataend) {
537 TCHECK(*ap);
538 printf(" %s", ipaddr_string(ap));
539 ++ap;