Home
last modified time | relevance | path

Searched refs:reconfpending (Results 1 – 1 of 1) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dbgpd.c59 int reconfpending; variable
520 if (reconfpending) in reconfigure()
555 reconfpending = 3; /* one per child */ in send_config()
921 if (reconfpending == 0) { in dispatch_imsg()
938 reconfpending--; in dispatch_imsg()
941 if (reconfpending == 0) { in dispatch_imsg()
945 reconfpending--; in dispatch_imsg()
946 if (reconfpending == 0) { in dispatch_imsg()
953 reconfpending = 3; /* expecting 2 DONE msg */ in dispatch_imsg()