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

/darwin-on-arm/xnu/bsd/net/
H A Dif_stf.c314 struct ifnet_init_params stf_init; local
341 bzero(&stf_init, sizeof(stf_init));
342 stf_init.name = "stf";
343 stf_init.unit = 0;
344 stf_init.type = IFT_STF;
345 stf_init.family = IFNET_FAMILY_STF;
346 stf_init.output = stf_output;
347 stf_init.demux = stf_demux;
348 stf_init
[all...]

Completed in 19 milliseconds