HomeSort by: relevance | last modified time | path
    Searched defs:ifbaconf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
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));
343 [OBRDGRTS] = {bridge_ioctl_rts, sizeof(struct ifbaconf), BC_F_COPYIN|BC_F_COPYOUT},
374 [BRDGRTS] = {bridge_ioctl_rts, sizeof(struct ifbaconf), BC_F_XLATEIN|BC_F_XLATEOUT},
522 struct ifbaconf ifbaconf; member in union:bridge_ioctl::__anon5efbbb7d010a
1136 struct ifbaconf *bac = arg;
if_bridgevar.h 94 #define OBRDGRTS 7 /* get address list (ifbaconf) */
184 struct ifbaconf { struct

Completed in 14 milliseconds