Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/ldpd/
Dfsm.c56 bool may_connect) in run_ldp_hello() argument
116 may_connect = false; in run_ldp_hello()
135 if (may_connect == true && in run_ldp_hello()
Dsocketops.c81 bool may_connect; variable
726 run_ldp_hello(&rpdu, t, &sender.sa, &local_addr, sock, may_connect); in recv_pdu()
737 if (may_connect == false) in send_hello_alarm()
738 may_connect = true; in send_hello_alarm()
843 may_connect = false; in the_big_loop()