• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/

Lines Matching refs:neighbor

123       char neighbor[16];
124 inet_ntop (AF_INET, current, neighbor, sizeof (neighbor));
125 zlog_info (" Neighbor: %s", neighbor);
357 /* find neighbor. if cannot be found, create */
436 /* execute neighbor events */
870 /* find neighbor. if cannot be found, reject this message */
875 zlog_info ("neighbor not found, reject");
882 zlog_info ("From Secondary I/F of the neighbor: ignore");
929 /* find neighbor. if cannot be found, reject this message */
934 zlog_info (" neighbor not found, reject");
941 zlog_info ("From Secondary I/F of the neighbor: ignore");
951 zlog_info (" neighbor state less than Exchange, reject");
1030 /* find neighbor. if cannot be found, reject this message */
1035 zlog_info (" neighbor not found, reject");
1042 zlog_info ("From Secondary I/F of the neighbor: ignore");
1046 /* if neighbor state less than ExChange, reject this message */
1050 zlog_info (" neighbor state less than Exchange, reject");
1064 /* RFC2328 Section 10.9: When the neighbor responds to these requests
1107 /* find neighbor. if cannot be found, reject this message */
1112 zlog_info (" neighbor not found, reject");
1119 zlog_info ("From Secondary I/F of the neighbor: ignore");
1123 /* if neighbor state less than ExChange, reject this message */
1127 zlog_info (" neighbor state less than Exchange, reject");
1476 /* set neighbor router id */
1783 /* Send LSUpdate directly to the neighbor, from his retransmission list */
1844 /* Send LSUpdate containing one LSA directly to the neighbor.
1870 On non-broadcast link, send it to each neighbor by unicast.