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

/darwin-on-arm/xnu/bsd/net/
H A Dif_bridgevar.h459 uint32_t ifbpstp_len; /* buffer size */ member in struct:ifbpstpconf
471 uint32_t ifbpstp_len; /* buffer size */ member in struct:ifbpstpconf32
481 uint32_t ifbpstp_len; /* buffer size */ member in struct:ifbpstpconf64
H A Dif_bridge.c2696 if (bifstp->ifbpstp_len == 0) { \
2697 bifstp->ifbpstp_len = buflen; \
2707 len = min(bifstp->ifbpstp_len, buflen); \
2731 bifstp->ifbpstp_len = sizeof (bpreq) * count; \
2732 error = copyout(outbuf, bifstp->ifbpstp_req, bifstp->ifbpstp_len); \

Completed in 27 milliseconds