Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dsockio.h81 #define SIOCBRDGSCACHE _IOW('i', 64, struct ifbrparam)/* set cache size */ macro
/openbsd/sys/net/
H A Dif_bpe.c366 case SIOCBRDGSCACHE: in bpe_ioctl()
H A Dbridgectl.c104 case SIOCBRDGSCACHE: in bridgectl_ioctl()
H A Dif_vxlan.c829 case SIOCBRDGSCACHE: in vxlan_ioctl()
H A Dif_bridge.c518 case SIOCBRDGSCACHE: in bridge_ioctl()
H A Dif_veb.c1270 case SIOCBRDGSCACHE: in veb_ioctl()
H A Dif.c2424 case SIOCBRDGSCACHE: in ifioctl()
H A Dif_gre.c2687 case SIOCBRDGSCACHE: in nvgre_ioctl()
/openbsd/sbin/ifconfig/
H A Dbrconfig.c570 if (ioctl(sock, SIOCBRDGSCACHE, (caddr_t)&bp) == -1) in bridge_maxaddr()