Lines Matching defs:ap
456 register const rtrid_t *ap;
553 ap = lsap->lsa_un.un_nla.nla_router;
555 if (lsa_length < sizeof (*ap))
557 lsa_length -= sizeof (*ap);
558 ND_TCHECK(*ap);
559 ND_PRINT((ndo, "\n\t\t%s", ipaddr_string(ndo, ap)));
560 ++ap;
726 register const rtrid_t *ap;
758 ap = hellop->hello_neighbor;
759 while ((u_char *)ap < dataend) {
760 ND_TCHECK(*ap);
761 ND_PRINT((ndo, "\n\t %s", ipaddr_string(ndo, ap)));
762 ++ap;