Lines Matching defs:netif
89 struct netif *netif; member
101 #define netif_get_dhcps(netif) ((struct dhcps*)netif_get_client_data(netif, LWIP_NETIF_CLIENT_DATA_… argument
102 #define netif_set_dhcps(netif, dhcps) netif_set_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_DHC… argument
335 LWIP_STATIC void handle_discover(struct netif *netif, struct dhcps *dhcps, in handle_discover()
451 LWIP_STATIC ip4_addr_t validate_request_message(struct netif *netif, struct dhcp_msg *client_msg, in validate_request_message()
528 LWIP_STATIC void handle_request(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_m… in handle_request()
659 LWIP_STATIC void handle_decline(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_m… in handle_decline()
680 LWIP_STATIC void handle_inform(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_ms… in handle_inform()
719 LWIP_STATIC void handle_client_messages(struct netif *netif, struct dhcps *dhcps, in handle_client_messages()
760 struct netif *netif = (struct netif *)arg; in dhcps_recv() local
857 err_t dhcps_start(struct netif *netif, const char *start_ip, u16_t ip_num) in dhcps_start()
964 void dhcps_stop(struct netif *netif) in dhcps_stop()