Searched refs:BRIDGE_CTLPATH (Results 1 – 2 of 2) sorted by relevance
60 #define BRIDGE_CTLPATH "/dev/" BRIDGE_CTL macro
86 if ((control_fd = open(BRIDGE_CTLPATH, O_RDWR | O_NONBLOCK)) == -1) { in open_bridge_control()87 perror(BRIDGE_CTLPATH); in open_bridge_control()