Home
last modified time | relevance | path

Searched refs:ifnet_init_params (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/net/
H A Dkpi_interface.h720 struct ifnet_init_params { struct
1279 extern errno_t ifnet_allocate_internal(const struct ifnet_init_params *init,
1285 extern errno_t ifnet_allocate(const struct ifnet_init_params *init,
H A Dremote_vif.c155 struct ifnet_init_params rvi_ifinit; in rvi_create_if()
H A Dkpi_interface.c91 errno_t ifnet_allocate(const struct ifnet_init_params *init,
94 static errno_t ifnet_allocate_common(const struct ifnet_init_params *init,
138 ifnet_allocate_common(const struct ifnet_init_params *init, in ifnet_allocate_common()
175 ifnet_allocate_internal(const struct ifnet_init_params *init, ifnet_t *ifp) in ifnet_allocate_internal()
181 ifnet_allocate(const struct ifnet_init_params *init, ifnet_t *ifp) in ifnet_allocate()