Searched defs:ether_addr (Results 1 – 8 of 8) sorted by relevance
12 struct ether_addr { struct13 uint8_t ether_addr_octet[ETH_ALEN]; argument
19 struct ether_addr { struct27 struct ether_addr arp_sha; /**< sender hardware address */ argument
27 pub struct ether_addr { struct33 const UNINIT: ::std::mem::MaybeUninit<ether_addr> = in bindgen_test_layout_ether_addr() argument
2160 let ether_addr = in from_libc_sockaddr() localVariable