Home | History | Annotate | Download | only in port

Lines Matching refs:sdl

150 debug_dl(char *str, size_t len, const struct sockaddr_dl *sdl)
152 const uint8_t *s = (const void *)sdl->sdl_data;
157 SLEN(sdl), sdl->sdl_family, sdl->sdl_index,
158 sdl->sdl_type, sdl->sdl_nlen, sdl->sdl_alen, sdl->sdl_slen,
182 const struct sockaddr_dl *sdl = NULL;
222 sdl = ((const struct sockaddr_dl *)(const void *)sa);
223 (void)strlcpy(addr = abuf, link_ntoa(sdl), sizeof(abuf));
297 if (sdl && addr != abuf) {
358 debug_dl(nbuf, sizeof(nbuf), sdl);