Searched refs:op_mode (Results 1 – 2 of 2) sorted by relevance
54 } op_mode; typedef71 op_mode mode;
3926 int op_mode = 0; in lwip_fcntl() local3949 op_mode |= O_RDONLY; in lwip_fcntl()3952 op_mode |= O_WRONLY; in lwip_fcntl()3962 op_mode |= O_RDWR; in lwip_fcntl()3966 ret |= (op_mode == (O_RDONLY | O_WRONLY)) ? O_RDWR : op_mode; in lwip_fcntl()