Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dmulticast_list.c105 struct sockaddr_dl source_sdl = {}; in multicast_list_program() local
128 if (ifmaddr_address(*ptr, SA(&source_sdl), sizeof(source_sdl)) != 0 in multicast_list_program()
129 || source_sdl.sdl_family != AF_LINK) { in multicast_list_program()
133 bcopy(LLADDR(&source_sdl), LLADDR(&target_sdl), alen); in multicast_list_program()