Searched refs:SIOCBRADDBR (Results 1 – 8 of 8) sorted by relevance
14 #ifndef SIOCBRADDBR15 #define SIOCBRADDBR 0x89a0 macro
126 #define SIOCBRADDBR 0x89a0 /* create new bridge device */ macro
147 #define SIOCBRADDBR 0x89a0 /* create new bridge device */ macro
337 #ifdef SIOCBRADDBR in MPERS_PRINTER_DECL()338 case SIOCBRADDBR: in MPERS_PRINTER_DECL()
118 #ifdef SIOCBRADDBR in br_addbr()119 xioctl(TT.sockfd, SIOCBRADDBR, argv[0]); in br_addbr()
125 if (ioctl(sock, SIOCBRADDBR, brname) < 0) { in linux_br_add()
82 pub const SIOCBRADDBR: ::std::os::raw::c_uint = 35232; constant
4504 #ifdef SIOCBRADDBR4505 { "SIOCBRADDBR", (unsigned long) SIOCBRADDBR },