if_bridge.c | 146 __CTASSERT(sizeof(struct ifbifconf) == sizeof(struct ifbaconf)); 147 __CTASSERT(offsetof(struct ifbifconf, ifbic_len) == offsetof(struct ifbaconf, ifbac_len)); 148 __CTASSERT(offsetof(struct ifbifconf, ifbic_buf) == offsetof(struct ifbaconf, ifbac_buf)); 342 [OBRDGGIFS] = {bridge_ioctl_gifs, sizeof(struct ifbifconf), BC_F_COPYIN|BC_F_COPYOUT}, 373 [BRDGGIFS] = {bridge_ioctl_gifs, sizeof(struct ifbifconf), BC_F_XLATEIN|BC_F_XLATEOUT}, 520 struct ifbifconf ifbifconf; member in union:bridge_ioctl::__anon5efbbb7d010a 587 args.ifbifconf.ifbic_len = ifd->ifd_len; 588 args.ifbifconf.ifbic_buf = ifd->ifd_data; 598 ifd->ifd_len = args.ifbifconf.ifbic_len [all...] |