Searched refs:mode_fd (Results 1 – 2 of 2) sorted by relevance
22 int linux_socketcan_set_mode_fd(int fd, bool mode_fd);
148 int linux_socketcan_set_mode_fd(int fd, bool mode_fd) in linux_socketcan_set_mode_fd() argument150 int opt = mode_fd ? 1 : 0; in linux_socketcan_set_mode_fd()