Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dif_bridge.c3831 if (bifstp->ifbpstp_len == 0) { \
3832 bifstp->ifbpstp_len = buflen; \
3842 len = min(bifstp->ifbpstp_len, buflen); \
3866 bifstp->ifbpstp_len = sizeof (bpreq) * count; \
3867 if (bifstp->ifbpstp_len > 0) { \
3868 error = copyout(outbuf, bifstp->ifbpstp_req, bifstp->ifbpstp_len);\
3878 struct ifbpstpconf32 * __single bifstp = arg; in bridge_ioctl_gifsstp32() local
3888 struct ifbpstpconf64 * __single bifstp = arg; in bridge_ioctl_gifsstp64() local