Searched refs:SIOCGIFBR (Results 1 – 4 of 4) sorted by relevance
71 #define SIOCGIFBR 0x8940 /* Bridging support */ macro
74 PyModule_AddIntMacro(m, SIOCGIFBR); in _init_sys_ioctl_h()
247 if (ioctl(fd, SIOCGIFBR, arg) < 0 && errno != ENXIO) { in br_delbr()283 if (ioctl(fd, SIOCGIFBR, arg) < 0) { in br_addbr()
82 num = ioctl(TT.sockfd, SIOCGIFBR, args); //ret is num of bridges found in br_show()