Searched refs:SIOCBRADDIF (Results 1 – 8 of 8) sorted by relevance
20 #ifndef SIOCBRADDIF21 #define SIOCBRADDIF 0x89a2 macro
128 #define SIOCBRADDIF 0x89a2 /* add interface to bridge */ macro
149 #define SIOCBRADDIF 0x89a2 /* add interface to bridge */ macro
370 #ifdef SIOCBRADDIF in MPERS_PRINTER_DECL()371 case SIOCBRADDIF: in MPERS_PRINTER_DECL()
146 #ifdef SIOCBRADDIF in br_addif()148 xioctl(TT.sockfd, SIOCBRADDIF, &ifr); in br_addif()
162 if (ioctl(sock, SIOCBRADDIF, &ifr) < 0) { in linux_br_add_if()
84 pub const SIOCBRADDIF: ::std::os::raw::c_uint = 35234; constant
4507 #ifdef SIOCBRADDIF4508 { "SIOCBRADDIF", (unsigned long) SIOCBRADDIF },