Home
last modified time | relevance | path

Searched refs:O_RDONLY (Results 1 – 6 of 6) sorted by relevance

/lib/lwip/lwip/src/include/lwip/
A Dsockets.h458 #ifndef O_RDONLY
459 #define O_RDONLY 2 macro
465 #define O_RDWR (O_RDONLY|O_WRONLY)
/lib/lwip/lwip/contrib/examples/snmp/snmp_private_mib/
A Dlwip_prvmib.c193 fd = open(SENSORS_DIR, O_RDONLY); in lwip_privmib_init()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_net.function35 int got_fd = open("/dev/null", O_RDONLY);
/lib/lwip/lwip/src/netif/ppp/
A Dutils.c841 fd = open(lock_file, O_RDONLY, 0);
A Deap.c1370 if ((fd = open_pn_file(O_RDONLY)) >= 0) { in eap_request()
/lib/lwip/lwip/src/api/
A Dsockets.c3908 op_mode |= O_RDONLY; in lwip_fcntl()
3925 ret |= (op_mode == (O_RDONLY | O_WRONLY)) ? O_RDWR : op_mode; in lwip_fcntl()
3930 val &= ~(O_RDONLY | O_WRONLY | O_RDWR); in lwip_fcntl()

Completed in 29 milliseconds