Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif.c2931 struct ifmediareq32 *ifmr32; in ifioctl() local
2996 ifmr32 = (struct ifmediareq32 *)data; in ifioctl()
2997 memcpy(thunk.ifmr.ifm_name, ifmr32->ifm_name, in ifioctl()
3000 thunk.ifmr.ifm_mask = ifmr32->ifm_mask; in ifioctl()
3001 thunk.ifmr.ifm_status = ifmr32->ifm_status; in ifioctl()
3002 thunk.ifmr.ifm_active = ifmr32->ifm_active; in ifioctl()
3003 thunk.ifmr.ifm_count = ifmr32->ifm_count; in ifioctl()
3126 ifmr32->ifm_mask = thunk.ifmr.ifm_mask; in ifioctl()
3127 ifmr32->ifm_status = thunk.ifmr.ifm_status; in ifioctl()
3128 ifmr32->ifm_active = thunk.ifmr.ifm_active; in ifioctl()
[all …]