Searched refs:source_sdl (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dmulticast_list.c104 struct sockaddr_dl source_sdl; local
127 (struct sockaddr *)&source_sdl,
128 sizeof(source_sdl)) != 0
129 || source_sdl.sdl_family != AF_LINK) {
137 bcopy(LLADDR(&source_sdl), LLADDR(&target_sdl), alen);

Completed in 155 milliseconds