Lines Matching defs:ap
554 register const struct in_addr *ap;
625 ap = lsap->lsa_un.un_nla.nla_router;
626 while ((u_char *)ap < ls_end) {
627 ND_TCHECK(*ap);
628 ND_PRINT((ndo, "\n\t %s", ipaddr_string(ndo, ap)));
629 ++ap;
916 register const struct in_addr *ap;
952 ap = op->ospf_hello.hello_neighbor;
953 if ((u_char *)ap < dataend)
955 while ((u_char *)ap < dataend) {
956 ND_TCHECK(*ap);
957 ap)));
958 ++ap;