Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ap

252 	register const struct in_addr *ap;
333 ap = lsap->lsa_un.un_nla.nla_router;
334 while ((u_char *)ap < ls_end) {
335 TCHECK(*ap);
336 printf("\n\t %s", ipaddr_string(ap));
337 ++ap;
752 register const struct in_addr *ap;
788 ap = op->ospf_hello.hello_neighbor;
789 if ((u_char *)ap < dataend)
791 while ((u_char *)ap < dataend) {
792 TCHECK(*ap);
793 printf("\n\t %s", ipaddr_string(ap));
794 ++ap;