Searched refs:option_level (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.h | 1039 INT nx_bsd_getsockopt(INT sockID, INT option_level, INT option_name, VOID *option_value, INT *opti… 1040 INT nx_bsd_setsockopt(INT sockID, INT option_level, INT option_name, const VOID *option_value, INT…
|
| D | nxd_bsd.c | 6304 INT nx_bsd_getsockopt(INT sockID, INT option_level, INT option_name, VOID *option_value, INT *opti… in nx_bsd_getsockopt() argument 6341 if (option_level == IPPROTO_IP) in nx_bsd_getsockopt() 6356 else if(option_level == SOL_SOCKET) in nx_bsd_getsockopt() 6645 INT nx_bsd_setsockopt(INT sockID, INT option_level, INT option_name, const VOID *option_value, INT… in nx_bsd_setsockopt() argument 6695 if (option_level == IPPROTO_IP) in nx_bsd_setsockopt() 6710 else if(option_level == SOL_SOCKET) in nx_bsd_setsockopt() 6725 else if(option_level == SOL_PACKET) in nx_bsd_setsockopt() 6739 else if (option_level == IPPROTO_TCP) in nx_bsd_setsockopt()
|