nbr_new
struct nbr *nbr_new(u_int32_t, struct iface *, int);
nbr = nbr_new(ip_hdr.ip_src.s_addr, iface, 0);
nbr = nbr_new(src_ip, iface, 0);
struct nbr *nbr_new(struct eigrp_iface *, union eigrpd_addr *,
nbr = nbr_new(ei, src, ntohs(tp->holdtime), 0);
ei->self = nbr_new(ei, &addr, 0, 1);
nbr = nbr_new(lsr_id, af, ds_tlv, &trans_addr, scope_id);
struct nbr *nbr_new(struct in_addr, int, int, union ldpd_addr *,
nbr = nbr_new(rtr_id, iface, ntohl(hello.iface_id), 0, src);
iface->self = nbr_new(ospfe_router_id(), iface, iface->ifindex, 1,
struct nbr *nbr_new(u_int32_t, struct iface *, u_int32_t, int,
nbr = nbr_new(rtr_id, iface, 0);
iface->self = nbr_new(ospfe_router_id(), iface, 1);
struct nbr *nbr_new(u_int32_t, struct iface *, int);
nbr = nbr_new(src.sin_addr.s_addr, iface);
nbr = nbr_new(src.sin_addr.s_addr, iface);
struct nbr *nbr_new(u_int32_t, struct iface *);