Home | History | Annotate | Download | only in mrinfo

Lines Matching defs:neighbor

193  * Process an incoming neighbor-list message.
216 u_int32_t neighbor;
217 GET_ADDR(neighbor);
218 neighbor = htonl(neighbor);
221 inet_fmt(neighbor),
222 inet_name(neighbor), metric, thresh);
260 u_int32_t neighbor = *(u_int32_t*)p;
264 inet_fmt(neighbor),
265 inet_name(neighbor), metric, thresh);
459 logit(LOG_DEBUG, 0, "Timed out receiving neighbor lists");