Home
last modified time | relevance | path

Searched refs:SIOCBRDGADD (Results 1 – 7 of 7) sorted by path

/openbsd/sbin/ifconfig/
H A Dbrconfig.c373 if (ioctl(sock, SIOCBRDGADD, &req) == -1) { in bridge_add()
/openbsd/sys/net/
H A Dif.c2422 case SIOCBRDGADD: in ifioctl()
H A Dif_bridge.c276 case SIOCBRDGADD: in bridge_ioctl()
H A Dif_tpmr.c456 case SIOCBRDGADD: in tpmr_ioctl()
H A Dif_veb.c1241 case SIOCBRDGADD: in veb_ioctl()
/openbsd/sys/sys/
H A Dsockio.h77 #define SIOCBRDGADD _IOW('i', 60, struct ifbreq) /* add bridge ifs */ macro
/openbsd/usr.sbin/vmd/
H A Dpriv.c150 if (ioctl(env->vmd_fd, SIOCBRDGADD, &ifbr) == -1 && in priv_dispatch_parent()