Home
last modified time | relevance | path

Searched refs:handle_dhcp (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Ddriver_wired.c169 static void handle_dhcp(int sock, void *eloop_ctx, void *sock_ctx) in handle_dhcp() function
267 if (eloop_register_read_sock(drv->dhcp_sock, handle_dhcp, drv->ctx, in wired_init_sockets()
/external/dhcpcd/
Ddhcpcd.c504 handle_dhcp(struct interface *iface, struct dhcp_message **dhcpp, const struct in_addr *from) in handle_dhcp() function
738 handle_dhcp(iface, &dhcp, &from); in handle_dhcp_packet()