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

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun.h51 errno_t utun_register_control(void);
H A Dif_utun.c126 utun_register_control(void) function
137 printf("utun_register_control - mbuf_tag_id_find_internal failed: %d\n", result);
155 printf("utun_register_control - ctl_register failed: %d\n", result);
162 printf("utun_register_control - proto_register_plumber(PF_INET, %d) failed: %d\n",
173 printf("utun_register_control - proto_register_plumber(PF_INET6, %d) failed: %d\n",
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c155 #include <net/if_utun.h> /* for utun_register_control() */
836 utun_register_control();

Completed in 18 milliseconds