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

/xnu-2422.115.4/bsd/net/
H A Dif_utun.h53 errno_t utun_register_control(void);
H A Dif_utun.c121 utun_register_control(void) function
132 printf("utun_register_control - mbuf_tag_id_find_internal failed: %d\n", result);
152 printf("utun_register_control - ctl_register failed: %d\n", result);
159 printf("utun_register_control - proto_register_plumber(PF_INET, %d) failed: %d\n",
170 printf("utun_register_control - proto_register_plumber(PF_INET6, %d) failed: %d\n",
/xnu-2422.115.4/bsd/kern/
H A Dbsd_init.c158 #include <net/if_utun.h> /* for utun_register_control() */
844 utun_register_control();

Completed in 21 milliseconds