Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dsockio.h88 #define SIOCBRDGSTO _IOW('i', 69, struct ifbrparam)/* cache timeout */ macro
/openbsd/src/sys/net/
Dif_bpe.c377 case SIOCBRDGSTO: in bpe_ioctl()
Dbridgectl.c109 case SIOCBRDGSTO: in bridgectl_ioctl()
Dif_vxlan.c835 case SIOCBRDGSTO: in vxlan_ioctl()
Dif_bridge.c519 case SIOCBRDGSTO: in bridge_ioctl()
Dif_veb.c1281 case SIOCBRDGSTO: in veb_ioctl()
Dif.c2428 case SIOCBRDGSTO: in ifioctl()
Dif_gre.c2694 case SIOCBRDGSTO: in nvgre_ioctl()
/openbsd/src/sbin/ifconfig/
Dbrconfig.c427 if (ioctl(sock, SIOCBRDGSTO, (caddr_t)&bp) == -1) in bridge_timeout()