Home
last modified time | relevance | path

Searched refs:f_options (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.h1038 INT nx_bsd_fcntl(INT sock_ID, UINT flag_type, UINT f_options);
Dnxd_bsd.c5410 INT nx_bsd_fcntl(INT sockID, UINT flag_type, UINT f_options) in nx_bsd_fcntl() argument
5437 bsd_socket_ptr -> nx_bsd_file_descriptor_flags = (INT)f_options; in nx_bsd_fcntl()
5441 if ((f_options & O_NONBLOCK) == 0) in nx_bsd_fcntl()