Searched refs:dhcp_session (Results 1 – 1 of 1) sorted by relevance
51 struct dhcp_session;52 static int dhcp_tx ( struct dhcp_session *dhcp );165 struct dhcp_session;178 int ( * tx ) ( struct dhcp_session *dhcp,189 void ( * rx ) ( struct dhcp_session *dhcp,197 void ( * expired ) ( struct dhcp_session *dhcp );240 struct dhcp_session { struct279 struct dhcp_session *dhcp = in dhcp_free() argument280 container_of ( refcnt, struct dhcp_session, refcnt ); in dhcp_free()298 static void dhcp_finished ( struct dhcp_session *dhcp, int rc ) { in dhcp_finished()[all …]