Lines Matching defs:dhcp

140 #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
404 struct dhcp *dhcp = netif->dhcp; in dhcp_timeout() local
467 struct dhcp *dhcp = netif->dhcp; in dhcp_t1_timeout() local
489 struct dhcp *dhcp = netif->dhcp; in dhcp_t2_timeout() local
510 struct dhcp *dhcp = netif->dhcp; in dhcp_handle_ack() local
587 dhcp_set_struct(struct netif *netif, struct dhcp *dhcp) in dhcp_set_struct()
631 struct dhcp *dhcp; in dhcp_start() local
714 struct dhcp dhcp; in dhcp_inform() local
768 struct dhcp *dhcp = netif->dhcp; in dhcp_network_changed() local
834 struct dhcp *dhcp = netif->dhcp; in dhcp_decline() local
874 struct dhcp *dhcp = netif->dhcp; in dhcp_discover() local
930 struct dhcp *dhcp; in dhcp_bind() local
1024 struct dhcp *dhcp = netif->dhcp; in dhcp_renew() local
1078 struct dhcp *dhcp = netif->dhcp; in dhcp_rebind() local
1128 struct dhcp *dhcp = netif->dhcp; in dhcp_reboot() local
1170 struct dhcp *dhcp = netif->dhcp; in dhcp_release() local
1222 struct dhcp *dhcp; in dhcp_stop() local
1253 dhcp_set_state(struct dhcp *dhcp, u8_t new_state) in dhcp_set_state()
1268 dhcp_option(struct dhcp *dhcp, u8_t option_type, u8_t option_len) in dhcp_option()
1279 dhcp_option_byte(struct dhcp *dhcp, u8_t value) in dhcp_option_byte()
1286 dhcp_option_short(struct dhcp *dhcp, u16_t value) in dhcp_option_short()
1294 dhcp_option_long(struct dhcp *dhcp, u32_t value) in dhcp_option_long()
1305 dhcp_option_hostname(struct dhcp *dhcp, struct netif *netif) in dhcp_option_hostname()
1337 dhcp_parse_reply(struct dhcp *dhcp, struct pbuf *p) in dhcp_parse_reply()
1540 struct dhcp *dhcp = netif->dhcp; in dhcp_recv() local
1641 dhcp_create_msg(struct netif *netif, struct dhcp *dhcp, u8_t message_type) in dhcp_create_msg()
1735 dhcp_delete_msg(struct dhcp *dhcp) in dhcp_delete_msg()
1756 dhcp_option_trailer(struct dhcp *dhcp) in dhcp_option_trailer()