Searched refs:SIOCBRADDBR (Results 1 – 7 of 7) sorted by relevance
90 #define SIOCBRADDBR 0x89a0 macro
122 #define SIOCBRADDBR 0x89a0 /* create new bridge device */ macro
26 SIOCBRADDBR
72 int res = ::ioctl(mSocketFd, SIOCBRADDBR, mBridgeName.c_str()); in createBridge()
117 int res = ::ioctl(fd, SIOCBRADDBR, kBridgeName); in configureBridge()