Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/ldpd/
H A Dsocketops.c817 int sock_error; in the_big_loop() local
854 sock_error = bind_current_routes(); in the_big_loop()
855 if (sock_error != LDP_E_OK) { in the_big_loop()
857 return sock_error; in the_big_loop()
971 &sock_error, &sock_error_size) != 0 || in the_big_loop()
972 sock_error != 0) { in the_big_loop()
974 sock_error = 0; in the_big_loop()