Searched defs:port_bytes (Results 1 – 16 of 16) sorted by relevance
42 let port_bytes = addr.port().to_le_bytes(); in bind() localVariable222 let port_bytes = addr.port().to_le_bytes(); in send_to() localVariable
49 let port_bytes = addr.port().to_le_bytes(); in bind_inner() localVariable
40 let port_bytes = addr.port().to_le_bytes(); in sockaddr_to_buf() localVariable
254 const size_t port_bytes = MIN(ARRAY_SIZE(buf), in usb_hub_poll() local