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

/freebsd-10.2-release/sys/net/
H A Dif_bridgevar.h261 uint32_t ifbpstp_len; /* buffer size */ member in struct:ifbpstpconf
H A Dif_bridge.c1681 if (bifstp->ifbpstp_len == 0) {
1682 bifstp->ifbpstp_len = buflen;
1692 len = min(bifstp->ifbpstp_len, buflen);
1716 bifstp->ifbpstp_len = sizeof(bpreq) * count;
1717 error = copyout(outbuf, bifstp->ifbpstp_req, bifstp->ifbpstp_len);
/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c1128 ifbstp.ifbpstp_len = len;
1139 if ((ifbstp.ifbpstp_len + sizeof(struct ifbpstpreq)) < len)
1145 return (ifbstp.ifbpstp_len);

Completed in 115 milliseconds