Searched refs:v6_routing (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Drouting_events.c85 static pthread_t v4_routing, v6_routing; variable
369 pthread_create(&v6_routing, &attr, routing_events_v6, NULL) != 0)
378 (void) pthread_cancel(v6_routing);

Completed in 58 milliseconds