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

/macosx-10.9.5/network_cmds-433/ifconfig.tproj/
H A Difbridge.c170 struct ifbifconf bifc; local
189 bifc.ifbic_len = len;
190 bifc.ifbic_buf = inbuf = ninbuf;
191 if (do_cmd(s, BRDGGIFS, &bifc, sizeof(bifc), 0) < 0)
193 if ((bifc.ifbic_len + sizeof(*req)) < len)
198 for (i = 0; i < bifc.ifbic_len / sizeof(*req); i++) {
199 req = bifc.ifbic_req + i;
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_bridge.c2498 if (bifc->ifbic_len == 0) { \
2499 bifc->ifbic_len = buflen; \
2508 len = min(bifc->ifbic_len, buflen); \
2540 bifc->ifbic_len = sizeof (breq) * count; \
2541 error = copyout(outbuf, bifc->ifbic_req, bifc->ifbic_len); \
2549 struct ifbifconf64 *bifc = arg; local
2560 struct ifbifconf32 *bifc = arg; local

Completed in 180 milliseconds