Home
last modified time | relevance | path

Searched defs:Dhcp4Protocol (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/network/
Ddhcp4.rs143 pub struct Dhcp4Protocol { struct
144 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
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/network/
Ddhcp4.rs143 pub struct Dhcp4Protocol { struct
144 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