Home
last modified time | relevance | path

Searched defs:port_bytes (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dudp.rs42 let port_bytes = addr.port().to_le_bytes(); in bind() localVariable
222 let port_bytes = addr.port().to_le_bytes(); in send_to() localVariable
H A Dtcplistener.rs49 let port_bytes = addr.port().to_le_bytes(); in bind_inner() localVariable
H A Dtcpstream.rs40 let port_bytes = addr.port().to_le_bytes(); in sockaddr_to_buf() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dudp.rs42 let port_bytes = addr.port().to_le_bytes(); in bind() localVariable
222 let port_bytes = addr.port().to_le_bytes(); in send_to() localVariable
H A Dtcplistener.rs49 let port_bytes = addr.port().to_le_bytes(); in bind_inner() localVariable
H A Dtcpstream.rs40 let port_bytes = addr.port().to_le_bytes(); in sockaddr_to_buf() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dudp.rs42 let port_bytes = addr.port().to_le_bytes(); in bind() localVariable
222 let port_bytes = addr.port().to_le_bytes(); in send_to() localVariable
H A Dtcplistener.rs49 let port_bytes = addr.port().to_le_bytes(); in bind_inner() localVariable
H A Dtcpstream.rs40 let port_bytes = addr.port().to_le_bytes(); in sockaddr_to_buf() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dudp.rs42 let port_bytes = addr.port().to_le_bytes(); in bind() localVariable
222 let port_bytes = addr.port().to_le_bytes(); in send_to() localVariable
H A Dtcplistener.rs49 let port_bytes = addr.port().to_le_bytes(); in bind_inner() localVariable
H A Dtcpstream.rs40 let port_bytes = addr.port().to_le_bytes(); in sockaddr_to_buf() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dudp.rs42 let port_bytes = addr.port().to_le_bytes(); in bind() localVariable
222 let port_bytes = addr.port().to_le_bytes(); in send_to() localVariable
H A Dtcplistener.rs49 let port_bytes = addr.port().to_le_bytes(); in bind_inner() localVariable
H A Dtcpstream.rs40 let port_bytes = addr.port().to_le_bytes(); in sockaddr_to_buf() localVariable
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/
H A Dusbhub.c254 const size_t port_bytes = MIN(ARRAY_SIZE(buf), in usb_hub_poll() local