Symbol: neighbor
usr.sbin/map-mbone/mapper.c
388
u_int32_t neighbor;
usr.sbin/map-mbone/mapper.c
398
GET_ADDR(neighbor);
usr.sbin/map-mbone/mapper.c
399
neighbor = htonl(neighbor);
usr.sbin/map-mbone/mapper.c
403
if (nb->addr == neighbor) {
usr.sbin/map-mbone/mapper.c
415
nb->addr = neighbor;
usr.sbin/map-mbone/mapper.c
420
n_node = find_node(neighbor, &routers);
usr.sbin/map-mbone/mapper.c
422
ask(neighbor);
usr.sbin/map-mbone/mapper.c
529
u_int32_t neighbor;
usr.sbin/map-mbone/mapper.c
539
neighbor = *(u_int32_t*)p;
usr.sbin/map-mbone/mapper.c
54
struct neighbor *next;
usr.sbin/map-mbone/mapper.c
542
if (neighbor == 0)
usr.sbin/map-mbone/mapper.c
544
neighbor = ifc_addr;
usr.sbin/map-mbone/mapper.c
547
if (nb->addr == neighbor) {
usr.sbin/map-mbone/mapper.c
559
nb->addr = neighbor;
usr.sbin/map-mbone/mapper.c
564
n_node = find_node(neighbor, &routers);
usr.sbin/map-mbone/mapper.c
566
ask(neighbor);
usr.sbin/mrinfo/mrinfo.c
216
u_int32_t neighbor;
usr.sbin/mrinfo/mrinfo.c
217
GET_ADDR(neighbor);
usr.sbin/mrinfo/mrinfo.c
218
neighbor = htonl(neighbor);
usr.sbin/mrinfo/mrinfo.c
221
inet_fmt(neighbor),
usr.sbin/mrinfo/mrinfo.c
222
inet_name(neighbor), metric, thresh);
usr.sbin/mrinfo/mrinfo.c
260
u_int32_t neighbor = *(u_int32_t*)p;
usr.sbin/mrinfo/mrinfo.c
264
inet_fmt(neighbor),
usr.sbin/mrinfo/mrinfo.c
265
inet_name(neighbor), metric, thresh);
usr.sbin/mrouted/snmp.c
426
struct listaddr *neighbor;
usr.sbin/mrouted/snmp.c
443
if (!(neighbor = find_neighbor(vifi, addr)))
usr.sbin/mrouted/snmp.c
461
neighbor = next_neighbor(&vifi,addr);
usr.sbin/mrouted/snmp.c
462
if (!neighbor)
usr.sbin/mrouted/snmp.c
466
put_address(newname, neighbor->al_addr, vp->namelen+1);
usr.sbin/mrouted/snmp.c
471
if (!(neighbor = next_neighbor(&vifi,addr+1)))
usr.sbin/mrouted/snmp.c
475
put_address(newname, neighbor->al_addr, vp->namelen+1);
usr.sbin/mrouted/snmp.c
490
long_return = (currtime - neighbor->al_ctime)*100;
usr.sbin/mrouted/snmp.c
495
long_return = (NEIGHBOR_EXPIRE_TIME - neighbor->al_timer
usr.sbin/mrouted/snmp.c
502
snprintf(buff, sizeof(buff), "%d.%d", neighbor->al_pv, neighbor->al_mv);
usr.sbin/mrouted/snmp.c
508
long_return = neighbor->al_genid;
usr.sbin/rwhod/rwhod.c
361
struct neighbor *np;
usr.sbin/rwhod/rwhod.c
474
struct neighbor *np;
usr.sbin/rwhod/rwhod.c
531
np = (struct neighbor *)malloc(len);
usr.sbin/rwhod/rwhod.c
91
struct neighbor *n_next;
usr.sbin/rwhod/rwhod.c
98
static struct neighbor *neighbors;