Searched refs:hatype (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/src/network/ |
H A D | getifaddrs.c | 98 static void copy_lladdr(struct sockaddr **r, union sockany *sa, void *addr, size_t addrlen, int ifindex, unsigned short hatype) in copy_lladdr() argument 103 sa->ll.sll_hatype = hatype; in copy_lladdr()
|
/third_party/musl/src/network/liteos_a/ |
H A D | getifaddrs.c | 103 static void copy_lladdr(struct sockaddr **r, union sockany *sa, void *addr, size_t addrlen, int ifindex, unsigned short hatype) in copy_lladdr() argument 108 sa->ll.sll_hatype = hatype; in copy_lladdr()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | getifaddrs.c | 103 static void copy_lladdr(struct sockaddr **r, union sockany *sa, void *addr, size_t addrlen, int ifindex, unsigned short hatype) in copy_lladdr() argument 108 sa->ll.sll_hatype = hatype; in copy_lladdr()
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 2021 int hatype = 0; in getsockaddrarg() local 2038 &interfaceName, &protoNumber, &pkttype, &hatype, in getsockaddrarg() 2073 addr->sll_hatype = hatype; in getsockaddrarg() 3168 sockets the address is a tuple (ifname, proto [,pkttype [,hatype [,addr]]])");
|
Completed in 11 milliseconds