Home
last modified time | relevance | path

Searched defs:sockaddr_ll (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/netpacket/
Dpacket.h8 struct sockaddr_ll { struct
9 unsigned short sll_family, sll_protocol;
10 int sll_ifindex;
11 unsigned short sll_hatype;
12 unsigned char sll_pkttype, sll_halen;
13 unsigned char sll_addr[8];
/third_party/musl/include/netpacket/
Dpacket.h8 struct sockaddr_ll { struct
9 unsigned short sll_family, sll_protocol;
10 int sll_ifindex;
11 unsigned short sll_hatype;
12 unsigned char sll_pkttype, sll_halen;
13 unsigned char sll_addr[8];
/third_party/musl/porting/liteos_m/kernel/include/netpacket/
Dpacket.h8 struct sockaddr_ll { struct
9 unsigned short sll_family, sll_protocol;
10 int sll_ifindex;
11 unsigned short sll_hatype;
12 unsigned char sll_pkttype, sll_halen;
13 unsigned char sll_addr[8];
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netpacket/
Dpacket.h8 struct sockaddr_ll { struct
9 unsigned short sll_family, sll_protocol;
10 int sll_ifindex;
11 unsigned short sll_hatype;
12 unsigned char sll_pkttype, sll_halen;
13 unsigned char sll_addr[8];
/third_party/musl/ndk_musl_include/netpacket/
Dpacket.h8 struct sockaddr_ll { struct
9 unsigned short sll_family, sll_protocol;
10 int sll_ifindex;
11 unsigned short sll_hatype;
12 unsigned char sll_pkttype, sll_halen;
13 unsigned char sll_addr[8];
/third_party/musl/porting/liteos_a/kernel/include/netpacket/
Dpacket.h8 struct sockaddr_ll { struct
9 unsigned short sll_family, sll_protocol;
10 int sll_ifindex;
11 unsigned short sll_hatype;
12 unsigned char sll_pkttype, sll_halen;
13 unsigned char sll_addr[8];
/third_party/rust/crates/nix/src/sys/socket/
Dmod.rs2429 let sll = unsafe { *(addr as *const _ as *const sockaddr_ll) }; in sockaddr_storage_to_addr() constant
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h89314 struct sockaddr_ll { struct
89315 short unsigned int sll_family;
89316 __be16 sll_protocol;
89317 int sll_ifindex;
89318 short unsigned int sll_hatype;
89319 unsigned char sll_pkttype;
89320 unsigned char sll_halen;
89321 unsigned char sll_addr[8];