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

/macosx-10.10/network_cmds-457/ifconfig.tproj/
H A Difbridge.c172 struct ifbifconf bifc; local
191 bifc.ifbic_len = len;
192 bifc.ifbic_buf = inbuf = ninbuf;
193 if (do_cmd(s, BRDGGIFS, &bifc, sizeof(bifc), 0) < 0)
195 if ((bifc.ifbic_len + sizeof(*req)) < len)
200 for (i = 0; i < bifc.ifbic_len / sizeof(*req); i++) {
201 req = bifc.ifbic_req + i;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c2536 if (bifc->ifbic_len == 0) { \
2537 bifc->ifbic_len = buflen; \
2546 len = min(bifc->ifbic_len, buflen); \
2578 bifc->ifbic_len = sizeof (breq) * count; \
2579 error = copyout(outbuf, bifc->ifbic_req, bifc->ifbic_len); \
2587 struct ifbifconf64 *bifc = arg; local
2598 struct ifbifconf32 *bifc = arg; local

Completed in 167 milliseconds