Home
last modified time | relevance | path

Searched refs:option_value (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_server.c5165 ULONG option_value = 0; in _nx_dhcp_process_option_data() local
5172 status = _nx_dhcp_server_get_data((UCHAR *)buffer, size, &option_value); in _nx_dhcp_process_option_data()
5187 dhcp_client_ptr -> nx_dhcp_subnet_mask = option_value; in _nx_dhcp_process_option_data()
5197 dhcp_client_ptr -> nx_dhcp_router_ip_address = option_value; in _nx_dhcp_process_option_data()
5207 dhcp_client_ptr -> nx_dhcp_dns_ip_address = option_value; in _nx_dhcp_process_option_data()
5236 dhcp_client_ptr -> nx_dhcp_requested_ip_address = option_value; in _nx_dhcp_process_option_data()
5248 dhcp_client_ptr -> nx_dhcp_requested_lease_time = option_value; in _nx_dhcp_process_option_data()
5256 dhcp_client_ptr -> nx_dhcp_message_type = (UCHAR)option_value; in _nx_dhcp_process_option_data()
5268 dhcp_client_ptr -> nx_dhcp_server_id = option_value; in _nx_dhcp_process_option_data()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c6304 INT nx_bsd_getsockopt(INT sockID, INT option_level, INT option_name, VOID *option_value, INT *opti… in nx_bsd_getsockopt() argument
6331 if((option_value == NX_NULL) || (option_length == NX_NULL)) in nx_bsd_getsockopt()
6423 so_errno = (struct nx_bsd_sock_errno *)option_value; in nx_bsd_getsockopt()
6464 so_keepalive = (struct nx_bsd_sock_keepalive *)option_value; in nx_bsd_getsockopt()
6489 so_rcvtimeval = (struct nx_bsd_timeval *)option_value; in nx_bsd_getsockopt()
6502 soc_window_size = (struct nx_bsd_sock_winsize *)option_value; in nx_bsd_getsockopt()
6523 so_reuseaddr= (struct nx_bsd_sock_reuseaddr *)option_value; in nx_bsd_getsockopt()
6571 …*(UCHAR*)option_value = (UCHAR)(bsd_socket_ptr -> nx_bsd_socket_udp_socket -> nx_udp_socket_time_t… 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
6683 if((option_value == NX_NULL) || (option_length == 0)) in nx_bsd_setsockopt()
[all …]
Dnxd_bsd.h1039 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…