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

/freebsd-10-stable/sys/net/
H A Dif_bridgevar.h261 uint32_t ifbpstp_len; /* buffer size */ member in struct:ifbpstpconf
H A Dif_bridge.c1689 if (bifstp->ifbpstp_len == 0) {
1690 bifstp->ifbpstp_len = buflen;
1700 len = min(bifstp->ifbpstp_len, buflen);
1724 bifstp->ifbpstp_len = sizeof(bpreq) * count;
1725 error = copyout(outbuf, bifstp->ifbpstp_req, bifstp->ifbpstp_len);
/freebsd-10-stable/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 132 milliseconds