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

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun.c343 utun_cleanup_family( function
353 printf("utun_cleanup_family - invalid protocol family %d\n", protocol);
361 printf("utun_cleanup_family - failed to create %s socket: %d\n",
376 printf("utun_cleanup_family - utun_detach_ip failed: %d\n", result);
403 printf("utun_cleanup_family - utun_detach_ip failed: %d\n", result);
435 utun_cleanup_family(ifp, AF_INET);
436 utun_cleanup_family(ifp, AF_INET6);

Completed in 9 milliseconds