Lines Matching defs:nbr
133 struct in_addr *nbr;
150 nbr = op->ospf_hello.hello_neighbor;
152 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) {
153 if ((uchar_t *)nbr + sizeof (struct in_addr) >
157 ++nbr;
189 nbr = op->ospf_hello.hello_neighbor;
190 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) {
191 if ((uchar_t *)nbr + sizeof (struct in_addr) >
195 "Neighbor: %s", inet_ntoa(*nbr));
196 ++nbr;