Searched defs:Dhcp4Protocol (Results 1 – 2 of 2) sorted by relevance
143 pub struct Dhcp4Protocol { struct144 pub get_mode_data:146 pub configure:148 pub start: unsafe extern "efiapi" fn(this: *mut Self, completion_event: Event) -> Status,149 pub renew_rebind: unsafe extern "efiapi" fn(175 impl Dhcp4Protocol { argument