Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dif_bridge.c3589 if (bifstp->ifbpstp_len == 0) { \
3590 bifstp->ifbpstp_len = buflen; \
3600 len = min(bifstp->ifbpstp_len, buflen); \
3624 bifstp->ifbpstp_len = sizeof (bpreq) * count; \
3625 error = copyout(outbuf, bifstp->ifbpstp_req, bifstp->ifbpstp_len); \
3634 struct ifbpstpconf32 *bifstp = arg; in bridge_ioctl_gifsstp32() local
3644 struct ifbpstpconf64 *bifstp = arg; in bridge_ioctl_gifsstp64() local