Home
last modified time | relevance | path

Searched defs:dhcp (Results 1 – 10 of 10) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Ddhcp.h67 struct dhcp struct
72 struct dhcp_msg *msg_in; argument
85 struct dhcp_msg *msg_out; /* outgoing msg */ argument
94 …ip_addr_t server_ip_addr; /* dhcp server address that offered this lease (ip_addr_t because passed… argument
109 void dhcp_set_struct(struct netif *netif, struct dhcp *dhcp); argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Ddhcp.h67 struct dhcp struct
89 …ip_addr_t server_ip_addr; /* dhcp server address that offered this lease (ip_addr_t because passed… argument
104 void dhcp_set_struct(struct netif *netif, struct dhcp *dhcp); argument
H A Dopt.h3096 #define LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr) argument
3124 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) argument
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Ddhcp.c140 #define dhcp_option_given(dhcp, idx) (dhcp_rx_options_given[idx] != 0) argument
141 #define dhcp_got_option(dhcp, idx) (dhcp_rx_options_given[idx] = 1) argument
142 #define dhcp_clear_option(dhcp, idx) (dhcp_rx_options_given[idx] = 0) argument
143 #define dhcp_clear_all_options(dhcp) (memset(dhcp_rx_options_given, 0, sizeof(dhcp_rx_opti… argument
144 #define dhcp_get_option_value(dhcp, idx) (dhcp_rx_options_val[idx]) argument
145 #define dhcp_set_option_value(dhcp, idx, val) (dhcp_rx_options_val[idx] = (val)) argument
199 struct dhcp *dhcp = netif->dhcp; in dhcp_handle_nak() local
227 struct dhcp *dhcp = netif->dhcp; in dhcp_check() local
254 struct dhcp *dhcp = netif->dhcp; in dhcp_handle_offer() local
285 struct dhcp *dhcp = netif->dhcp; in dhcp_select() local
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Ddhcp.c166 #define dhcp_option_given(dhcp, idx) (dhcp_rx_options_given[idx] != 0) argument
167 #define dhcp_got_option(dhcp, idx) (dhcp_rx_options_given[idx] = 1) argument
168 #define dhcp_clear_option(dhcp, idx) (dhcp_rx_options_given[idx] = 0) argument
169 #define dhcp_clear_all_options(dhcp) (memset(dhcp_rx_options_given, 0, sizeof(dhcp_rx_opti… argument
170 #define dhcp_get_option_value(dhcp, idx) (dhcp_rx_options_val[idx]) argument
171 #define dhcp_set_option_value(dhcp, idx, val) (dhcp_rx_options_val[idx] = (val)) argument
267 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_handle_nak() local
293 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_check() local
322 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_handle_offer() local
354 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_select() local
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Ddhcp.h29 struct dhcp struct
36 struct dhcp_msg *msg_in; argument
47 struct dhcp_msg *msg_out; /* outgoing msg */ argument
52 ip_addr_t server_ip_addr; /* dhcp server address that offered this lease */ argument
74 struct dhcp_msg argument
H A Dnetif.h175 struct dhcp *dhcp; member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/
H A Ddhcp.c89 #define LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr) argument
92 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) d… argument
180 #define dhcp_option_given(dhcp, idx) (dhcp_rx_options_given[idx] != 0) argument
181 #define dhcp_got_option(dhcp, idx) (dhcp_rx_options_given[idx] = 1) argument
182 #define dhcp_clear_option(dhcp, idx) (dhcp_rx_options_given[idx] = 0) argument
183 #define dhcp_clear_all_options(dhcp) (memset(dhcp_rx_options_given, 0, sizeof(dhcp_rx_opti… argument
184 #define dhcp_get_option_value(dhcp, idx) (dhcp_rx_options_val[idx]) argument
185 #define dhcp_set_option_value(dhcp, idx, val) (dhcp_rx_options_val[idx] = (val)) argument
279 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_handle_nak() local
305 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_check() local
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/rt-thread/
H A Duip_netif.h130 struct dhcp *dhcp; member
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/dhcp/
H A Dtest_dhcp.c878 struct dhcp* dhcp; in START_TEST() local