Lines Matching defs:route
39 #include <net/route.h>
86 isc_nmhandle_t *route;
240 isc_nmhandle_detach(&mgr->route);
246 REQUIRE(mgr->route != NULL);
268 INSIST(mgr->route == NULL);
270 isc_nmhandle_attach(handle, &mgr->route);
348 if (mgr->route != NULL) {
358 "unable to open route socket: %s",
369 if (mgr->route == NULL) {
373 isc_nmhandle_close(mgr->route);
374 isc_nmhandle_detach(&mgr->route);
439 if (mgr->route != NULL) {
440 isc_nm_cancelread(mgr->route);