Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dif_bridgevar.h468 uint32_t ifbpstp_len; /* buffer size */ member
480 uint32_t ifbpstp_len; /* buffer size */ member
490 uint32_t ifbpstp_len; /* buffer size */ member
H A Dif_bridge.c3576 if (bifstp->ifbpstp_len == 0) { \
3577 bifstp->ifbpstp_len = buflen; \
3587 len = min(bifstp->ifbpstp_len, buflen); \
3611 bifstp->ifbpstp_len = sizeof (bpreq) * count; \
3612 error = copyout(outbuf, bifstp->ifbpstp_req, bifstp->ifbpstp_len); \