Searched refs:stf_init (Results 1 – 1 of 1) sorted by relevance
306 struct ifnet_init_eparams stf_init; in stfattach() local325 bzero(&stf_init, sizeof(stf_init)); in stfattach()326 stf_init.ver = IFNET_INIT_CURRENT_VERSION; in stfattach()327 stf_init.len = sizeof(stf_init); in stfattach()328 stf_init.flags = IFNET_INIT_LEGACY; in stfattach()329 stf_init.name = "stf"; in stfattach()330 stf_init.unit = 0; in stfattach()331 stf_init.type = IFT_STF; in stfattach()332 stf_init.family = IFNET_FAMILY_STF; in stfattach()333 stf_init.output = stf_output; in stfattach()[all …]